Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ListFilter.Config Class Reference

More...

Inheritance diagram for Ext.Net.ListFilter.Config:
Ext.Net.GridFilter.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ListFilter.Builder (ListFilter.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string IDField [get, set]
 Defaults to 'id'. More...
 
virtual string LoadingText [get, set]
 The loading text displayed when data loading More...
 
virtual bool LoadOnShow [get, set]
 If true then the data loading on show More...
 
virtual bool Single [get, set]
 Specify true to group all items in this list into a single-select radio button group. Defaults to false. More...
 
virtual string[] Options [get, set]
 The list of options More...
 
virtual string[] Value [get, set]
 The list of options More...
 
virtual string StoreID [get, set]
 The data store to use. More...
 
virtual string LabelField [get, set]
 Defaults to 'text'. More...
 
- Properties inherited from Ext.Net.GridFilter.Config
virtual bool Active [get, set]
 Indicates the initial status of the filter (defaults to false). More...
 
virtual string DataIndex [get, set]
 The Store data index of the field this filter represents. The dataIndex does not actually have to exist in the store. More...
 
virtual Menu MenuDefaults [get, set]
 
ParameterCollection ItemDefaults [get]
 
virtual JFunction Serializer [get, set]
 A function to post-process any serialization. Accepts a filter state object containing 'property', 'value' and 'operator' properties, and may either mutate it, or return a completely new representation. More...
 
virtual int UpdateBuffer [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator ListFilter.Builder()

static implicit Ext.Net.ListFilter.Config.operator ListFilter.Builder ( ListFilter.Config  config)
inlinestatic

Property Documentation

◆ IDField

virtual string Ext.Net.ListFilter.Config.IDField
getset

Defaults to 'id'.

◆ LabelField

virtual string Ext.Net.ListFilter.Config.LabelField
getset

Defaults to 'text'.

◆ LoadingText

virtual string Ext.Net.ListFilter.Config.LoadingText
getset

The loading text displayed when data loading

◆ LoadOnShow

virtual bool Ext.Net.ListFilter.Config.LoadOnShow
getset

If true then the data loading on show

◆ Options

virtual string [] Ext.Net.ListFilter.Config.Options
getset

The list of options

◆ Single

virtual bool Ext.Net.ListFilter.Config.Single
getset

Specify true to group all items in this list into a single-select radio button group. Defaults to false.

◆ StoreID

virtual string Ext.Net.ListFilter.Config.StoreID
getset

The data store to use.

◆ Value

virtual string [] Ext.Net.ListFilter.Config.Value
getset

The list of options


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