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

More...

Inheritance diagram for Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >:
Ext.Net.PickerField.Builder< TDropDownFieldBase, TBuilder >

Public Member Functions

 Builder (TDropDownFieldBase component)
 
virtual TBuilder ValueHiddenName (string valueHiddenName)
 
virtual TBuilder UnderlyingValue (string underlyingValue)
 The underlying value which mapping on the Text, similar the Value property but can be set declarative More...
 
virtual TBuilder Mode (DropDownMode mode)
 
virtual TBuilder AllowBlur (bool allowBlur)
 False to hide the component when the field is blurred. Defaults to false. More...
 
virtual TBuilder Component (Action< ItemsCollection< AbstractContainer >> action)
 
virtual TBuilder ComponentRenderTo (string componentRenderTo)
 The id of the node, a DOM node or an existing Element that will be the content Container to render this component into. More...
 
virtual TBuilder SyncValue (Action< JFunction > action)
 Function to syncronize value of the field and dropdown control More...
 
- Public Member Functions inherited from Ext.Net.PickerField.Builder< TDropDownFieldBase, TBuilder >
 Builder (TPickerField component)
 
virtual TBuilder MatchFieldWidth (bool matchFieldWidth)
 Whether the picker dropdown's width should be explicitly set to match the width of the field. Defaults to true. More...
 
virtual TBuilder OpenCls (string openCls)
 A class to be added to the field's bodyEl element when the picker is opened. Defaults to 'x-pickerfield-open'. More...
 
virtual TBuilder PickerAlign (string pickerAlign)
 The alignment position with which to align the picker. Defaults to "tl-bl?" More...
 
virtual TBuilder PickerOffset (int[] pickerOffset)
 An offset [x,y] to use in addition to the pickerAlign when positioning the picker. Defaults to undefined. More...
 
virtual TBuilder AutoPostBackEvent (PickerAutoPostBackEvent autoPostBackEvent)
 
virtual TBuilder TriggerCls (string triggerCls)
 An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerCls will be appended if specified. More...
 
virtual TBuilder TriggerIcon (TriggerIcon triggerIcon)
 The icon to use in the trigger. More...
 
virtual TBuilder HideBaseTrigger (bool hideBaseTrigger)
 true to hide base trigger More...
 
virtual TBuilder Expand ()
 
virtual TBuilder Collapse ()
 
virtual TBuilder SetHideBaseTrigger (bool hideTrigger)
 Sets the value of hideBaseTrigger. More...
 

Detailed Description

Type Constraints
TDropDownFieldBase :DropDownFieldBase 
TBuilder :Builder 
TBuilder :TDropDownFieldBase 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.Builder ( TDropDownFieldBase  component)
inline

Member Function Documentation

◆ AllowBlur()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.AllowBlur ( bool  allowBlur)
inlinevirtual

False to hide the component when the field is blurred. Defaults to false.

◆ Component()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.Component ( Action< ItemsCollection< AbstractContainer >>  action)
inlinevirtual

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ ComponentRenderTo()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.ComponentRenderTo ( string  componentRenderTo)
inlinevirtual

The id of the node, a DOM node or an existing Element that will be the content Container to render this component into.

◆ Mode()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.Mode ( DropDownMode  mode)
inlinevirtual

◆ SyncValue()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.SyncValue ( Action< JFunction action)
inlinevirtual

Function to syncronize value of the field and dropdown control

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ UnderlyingValue()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.UnderlyingValue ( string  underlyingValue)
inlinevirtual

The underlying value which mapping on the Text, similar the Value property but can be set declarative

◆ ValueHiddenName()

virtual TBuilder Ext.Net.DropDownFieldBase.Builder< TDropDownFieldBase, TBuilder >.ValueHiddenName ( string  valueHiddenName)
inlinevirtual


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