|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | AddDesignTimeLabel () |
Adds a label to the Control |
|
# | CollectCharacterFilterValues (ListQueryExpressionByTable, character, Control, Control, character) |
Collects Filter values for a character column |
|
# | CollectDateTimeFilterValues (ListQueryExpressionByTable, character, UltraDateTimeEditor, UltraDateTimeEditor, character) |
Collects Filter values for a date-time column |
|
# | CollectFilterValuesHandler (CollectFilterValuesEventArgs) |
Collects the Filter values Overrides Consultingwerk.SmartComponents.Base.SmartFilterControl:CollectFilterValuesHandler (CollectFilterValuesEventArgs) |
|
# | CollectLogicalFilterValues (ListQueryExpressionByTable, character, UltraComboEditor, character) |
Collects Filter values for a logical column |
|
# | CollectNumericFilterValues (ListQueryExpressionByTable, character, Control, Control, character) |
Collects Filter values for a numeric column |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | System.Windows.Forms.Control FilterControlForDataType (character) |
Factory method for filter controls based on the data type |
|
# | FilterControlKeyDownHandler (Object, KeyEventArgs) |
Event handler for the KeyDown event of the Filter Controls |
|
# | FilterControlTextChangedHandler (Object, EventArgs) |
Raised when a filter control changes it's value |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER GetFilterControlNameByControlTypeAndColumnName (character, character) |
Returns the name of the filter control for a given column name based on the control type |
|
# | CHARACTER GetFilterControlTypeByColumnName (character) |
Returns the type of the filter control for a given column name. This takes into account the
alternative control types that have been defined for the filter fields. |
|
# | Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityLookup GetLookupEditor (character, character) |
Returns a SmartBusinessEntityLookup |
|
# | CHARACTER GetTranslatedString (character, character) |
Returns the translation for a string |
|
# | Infragistics.Win.UltraWinEditors.UltraComboEditor GetValueListEditor (character, ValueListDisplayTextEnum) |
Returns a UltraComboEditor for a value list |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | KeyPressHandler (Object, KeyPressEventArgs) |
Event handler for the KeyPress event of the Filter fields |
|
# | OnFilterColumnDownKey (EventArgs) |
Raises the FilterColumnDownKey event |
|
# | OnFilterColumnValueChanged (FilterColumnValueChangedEventArgs) |
Raises the FilterColumnValueChanged event |
|
# | OnGetFilterDefaultOperator (GetFilterDefaultOperatorEventArgs) |
Raises the GetFilterDefaultOperator event |
|
# | OnLoad (EventArgs) |
Raises the Load Event Overrides Consultingwerk.SmartComponents.Base.SmartUserControl:OnLoad (EventArgs) |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | OperatorComboValueChangedHandler (Object, EventArgs) |
Event handler for the ValueChanged event of the OperatorCombo |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | PopulateOptionalFields () |
Populates the List View with the optional filter fields |
|
+ | RegisterSmartFilterTarget (ISmartFilterTarget) |
Registers the SmartFilterTarget Inherited from Consultingwerk.SmartComponents.Base.SmartFilterControl |
|
# | RemoveFilterField (ColumnPropDesc) |
Removes a Filter Field |
|
# | System.Windows.Forms.Control RenderFilterField (ColumnPropDesc) |
Renders a Filter Field |
|
# | RenderInitialFields () |
Renders the initial filter fields |
|
# | RetrieveData () |
Calls RetrieveData method of the FilterTarget Inherited from Consultingwerk.SmartComponents.Base.SmartFilterControl |
|
+ | SetComboboxOperatorList (UltraComboEditor, character) |
Populates the Combobox with the filter operators |
|
+ | SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | SubscribeUserControlEvents () |
Allows for custom event subscriptions during OnLoad() Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | ultraButton1_Click (Object, EventArgs) |
Event handler for the Click Event of the ultraButton1 |
|
- | ultraListView1_ItemCheckStateChanged (Object, ItemCheckStateChangedEventArgs) |
Event handler for the ItemCheckStateChanged event of the ultraListView1 |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartDynamicFilterControl () |
Constructor for the SmartDynamicFilterControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | FilterColumnDownKey DELEGATE System.EventHandler |
Raised when the cursor down key was pressed |
|
+ | FilterColumnValueChanged (Object, FilterColumnValueChangedEventArgs) |
Raised when a filter field changes it's value |
|
+ | GetFilterDefaultOperator (Object, GetFilterDefaultOperatorEventArgs) |
Raised when the Filter renders a filter field |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER FilterFieldsAlternativeControlNames |
|
|
+ | CHARACTER FilterFieldsAlternativeControlTypes |
|
|
+ | CHARACTER FilterFieldsInitial |
|
|
+ | CHARACTER FilterFieldsOptional |
|
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | INTEGER NumFilterFields |
|
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | ISmartFilterTarget SmartFilterTarget |
Inherited from Consultingwerk.SmartComponents.Base.SmartFilterControl |
|
# | LOGICAL UserControlEventsSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
Top
PROTECTED AddDesignTimeLabel ()
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CollectCharacterFilterValues (ListQueryExpressionByTable, character, Control, Control, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CollectDateTimeFilterValues (ListQueryExpressionByTable, character, UltraDateTimeEditor, UltraDateTimeEditor, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (CollectFilterValuesEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CollectLogicalFilterValues (ListQueryExpressionByTable, character, UltraComboEditor, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CollectNumericFilterValues (ListQueryExpressionByTable, character, Control, Control, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control FilterControlForDataType (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED FilterControlKeyDownHandler (Object, KeyEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED FilterControlTextChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetFilterControlNameByControlTypeAndColumnName (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetFilterControlTypeByColumnName (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityLookup GetLookupEditor (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetTranslatedString (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinEditors.UltraComboEditor GetValueListEditor (character, ValueListDisplayTextEnum)
|
|||||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED KeyPressHandler (Object, KeyPressEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFilterColumnDownKey (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFilterColumnValueChanged (FilterColumnValueChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnGetFilterDefaultOperator (GetFilterDefaultOperatorEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OperatorComboValueChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED PopulateOptionalFields ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartFilterTarget (ISmartFilterTarget)
|
|||||||||||||||||||||||||||||||||||
PROTECTED RemoveFilterField (ColumnPropDesc)
|
|||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control RenderFilterField (ColumnPropDesc)
|
|||||||||||||||||||||||||||||||||||
PROTECTED RenderInitialFields ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED RetrieveData ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC SetComboboxOperatorList (UltraComboEditor, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED SubscribeUserControlEvents ()
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraButton1_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_ItemCheckStateChanged (Object, ItemCheckStateChangedEventArgs)
|
PUBLIC SmartDynamicFilterControl ()
|
---|
PUBLIC FilterColumnDownKey DELEGATE System.EventHandler
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC FilterColumnValueChanged (Object, FilterColumnValueChangedEventArgs)
|
||||||||||||||||||||
PUBLIC GetFilterDefaultOperator (Object, GetFilterDefaultOperatorEventArgs)
|
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||
PUBLIC CHARACTER FilterFieldsAlternativeControlNames
|
|||||||||
PUBLIC CHARACTER FilterFieldsAlternativeControlTypes
|
|||||||||
PUBLIC CHARACTER FilterFieldsInitial
|
|||||||||
PUBLIC CHARACTER FilterFieldsOptional
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PUBLIC INTEGER NumFilterFields
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PUBLIC ISmartFilterTarget SmartFilterTarget
|
|||||||||
PROTECTED LOGICAL UserControlEventsSubscribed
|