Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >:
Ext.Net.ComboBox.Builder< TCalendarCombo, TBuilder >

Public Member Functions

 Builder (TCalendarCombo component)
 
virtual TBuilder CalendarStoreID (string calendarStoreID)
 The calendar store ID to use. More...
 
virtual TBuilder FieldLabel (string fieldLabel)
 The label text to display next to this Component (defaults to 'Calendar'). More...
 
virtual TBuilder TriggerAction (TriggerAction triggerAction)
 The action to execute when the trigger field is activated. Use 'All' to run the query specified by the allQuery config option (defaults to 'All'). More...
 
virtual TBuilder QueryMode (DataLoadMode queryMode)
 Set to 'local' if the ComboBox loads local data (defaults to 'Local' which loads from the server). More...
 
virtual TBuilder ForceSelection (bool? forceSelection)
 true to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to true) More...
 
virtual TBuilder SelectOnFocus (bool selectOnFocus)
 True to automatically select any existing field text when the field receives input focus (defaults to true). More...
 
 Builder ()
 
 Builder (CalendarCombo component)
 
 Builder (CalendarCombo.Config config)
 
- Public Member Functions inherited from Ext.Net.ComboBox.Builder< TCalendarCombo, TBuilder >
 Builder (TComboBox component)
 
 Builder ()
 
 Builder (ComboBox component)
 
 Builder (ComboBox.Config config)
 
virtual TBuilder Listeners (Action< ComboBoxListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< ComboBoxDirectEvents > action)
 Server-side Ajax Event Handlers More...
 

Static Public Member Functions

static implicit operator Builder (CalendarCombo component)
 
- Static Public Member Functions inherited from Ext.Net.ComboBox.Builder< TCalendarCombo, TBuilder >
static implicit operator Builder (ComboBox component)
 

Detailed Description

Type Constraints
TCalendarCombo :CalendarCombo 
TBuilder :Builder 
TBuilder :TCalendarCombo 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.Builder ( TCalendarCombo  component)
inline

◆ Builder() [2/4]

Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.Builder ( CalendarCombo  component)
inline

◆ Builder() [4/4]

Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.Builder ( CalendarCombo.Config  config)
inline

Member Function Documentation

◆ CalendarStoreID()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.CalendarStoreID ( string  calendarStoreID)
inlinevirtual

The calendar store ID to use.

◆ FieldLabel()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.FieldLabel ( string  fieldLabel)
inlinevirtual

The label text to display next to this Component (defaults to 'Calendar').

◆ ForceSelection()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.ForceSelection ( bool?  forceSelection)
inlinevirtual

true to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to true)

◆ operator Builder()

static implicit Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.operator Builder ( CalendarCombo  component)
inlinestatic

◆ QueryMode()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.QueryMode ( DataLoadMode  queryMode)
inlinevirtual

Set to 'local' if the ComboBox loads local data (defaults to 'Local' which loads from the server).

◆ SelectOnFocus()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.SelectOnFocus ( bool  selectOnFocus)
inlinevirtual

True to automatically select any existing field text when the field receives input focus (defaults to true).

◆ TriggerAction()

virtual TBuilder Ext.Net.CalendarCombo.Builder< TCalendarCombo, TBuilder >.TriggerAction ( TriggerAction  triggerAction)
inlinevirtual

The action to execute when the trigger field is activated. Use 'All' to run the query specified by the allQuery config option (defaults to 'All').


The documentation for this class was generated from the following file: