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

This represents Ext.grid.filters.filter.Base More...

Inheritance diagram for Ext.Net.GridFilter:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.BooleanFilter Ext.Net.DateFilter Ext.Net.ListFilter Ext.Net.NumberFilter Ext.Net.StringFilter

Classes

class  Builder
 
class  Builder
 
class  Config
 

Public Member Functions

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 ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Protected Member Functions

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)
 

Properties

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]
 

Detailed Description

This represents Ext.grid.filters.filter.Base

Member Function Documentation

◆ ItemDefaults_AfterItemAdd()

virtual void Ext.Net.GridFilter.ItemDefaults_AfterItemAdd ( Parameter  item)
inlineprotectedvirtual

Parameters
item

◆ SetActive()

void Ext.Net.GridFilter.SetActive ( bool  active)
inline

◆ SetSerializer()

virtual void Ext.Net.GridFilter.SetSerializer ( JFunction  serializer)
inlinevirtual

Sets the value of serializer.

Parameters
serializerThe new value.

Property Documentation

◆ Active

virtual bool Ext.Net.GridFilter.Active
getset

Indicates the initial status of the filter (defaults to false).

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.GridFilter.ConfigOptions
get

◆ DataIndex

virtual string Ext.Net.GridFilter.DataIndex
getset

The Store data index of the field this filter represents. The dataIndex does not actually have to exist in the store.

◆ ItemDefaults

virtual ParameterCollection Ext.Net.GridFilter.ItemDefaults
get

The default configuration options for any menu items created by this filter.

◆ MenuDefaults

virtual Menu Ext.Net.GridFilter.MenuDefaults
getset

The config of the menu.

◆ Serializer

virtual JFunction Ext.Net.GridFilter.Serializer
getset

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.

Introduced on ExtJS 6.2.0.

◆ Type

abstract FilterType Ext.Net.GridFilter.Type
get

◆ UpdateBuffer

virtual int Ext.Net.GridFilter.UpdateBuffer
getset

Number of milliseconds to wait after user interaction to fire an update. Only supported by filters: 'list', 'numeric', and 'string'. Defaults to 0.


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