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

More...

Inheritance diagram for Ext.Net.ListFilter:
Ext.Net.GridFilter Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Builder
 
class  Config
 

Public Member Functions

 ListFilter ()
 
void UpdateOptions (string[] options)
 Update the ListFilter's Options More...
 
void SetValue (string[] value)
 Set the value for the ListFilter More...
 
ListFilter.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 ListFilter (Config config)
 
- Public Member Functions inherited from Ext.Net.GridFilter
void SetActive (bool active)
 
virtual void SetSerializer (JFunction serializer)
 Sets the value of serializer. More...
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 

Static Public Member Functions

static implicit operator ListFilter (ListFilter.Config config)
 

Properties

override FilterType Type [get]
 
string IDField [get, set]
 Defaults to 'id'. More...
 
string LoadingText [get, set]
 The loading text displayed when data loading More...
 
bool LoadOnShow [get, set]
 If true then the data loading on show More...
 
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...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.GridFilter
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]
 The config of the menu. More...
 
virtual ParameterCollection ItemDefaults [get]
 The default configuration options for any menu items created by this filter. More...
 
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]
 Number of milliseconds to wait after user interaction to fire an update. Only supported by filters: 'list', 'numeric', and 'string'. Defaults to 0. More...
 
abstract FilterType Type [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.GridFilter
virtual void ItemDefaults_AfterItemAdd (Parameter item)
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ ListFilter() [1/2]

Ext.Net.ListFilter.ListFilter ( )
inline

◆ ListFilter() [2/2]

Ext.Net.ListFilter.ListFilter ( Config  config)
inline

Member Function Documentation

◆ operator ListFilter()

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

◆ SetValue()

void Ext.Net.ListFilter.SetValue ( string[]  value)
inline

Set the value for the ListFilter

◆ ToBuilder()

ListFilter.Builder Ext.Net.ListFilter.ToBuilder ( )
inline

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.ListFilter.ToNativeBuilder ( )
inlinevirtual

Reimplemented from Ext.Net.BaseItem.

◆ UpdateOptions()

void Ext.Net.ListFilter.UpdateOptions ( string[]  options)
inline

Update the ListFilter's Options

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ListFilter.ConfigOptions
get

◆ IDField

string Ext.Net.ListFilter.IDField
getset

Defaults to 'id'.

◆ LabelField

virtual string Ext.Net.ListFilter.LabelField
getset

Defaults to 'text'.

◆ LoadingText

string Ext.Net.ListFilter.LoadingText
getset

The loading text displayed when data loading

◆ LoadOnShow

bool Ext.Net.ListFilter.LoadOnShow
getset

If true then the data loading on show

◆ Options

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

The list of options

◆ Single

bool Ext.Net.ListFilter.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.StoreID
getset

The data store to use.

◆ Type

override FilterType Ext.Net.ListFilter.Type
get

◆ Value

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

The list of options


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