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

More...

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

Classes

class  Builder
 
class  Config
 

Public Member Functions

 BooleanFilter ()
 
void SetValue (bool value)
 Sets the value of the filter More...
 
BooleanFilter.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 BooleanFilter (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 BooleanFilter (BooleanFilter.Config config)
 

Properties

override FilterType Type [get]
 
string YesText [get, set]
 The text displayed for the 'Yes' item More...
 
string NoText [get, set]
 The text displayed for the 'No' item More...
 
bool?? DefaultValue [get, set]
 The option to be checked by default. Defaults to false. More...
 
virtual ? bool? Value [get, set]
 Predefined filter value 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

◆ BooleanFilter() [1/2]

Ext.Net.BooleanFilter.BooleanFilter ( )
inline

◆ BooleanFilter() [2/2]

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

Member Function Documentation

◆ operator BooleanFilter()

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

◆ SetValue()

void Ext.Net.BooleanFilter.SetValue ( bool  value)
inline

Sets the value of the filter

◆ ToBuilder()

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

◆ ToNativeBuilder()

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

Reimplemented from Ext.Net.BaseItem.

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.BooleanFilter.ConfigOptions
get

◆ DefaultValue

bool?? Ext.Net.BooleanFilter.DefaultValue
getset

The option to be checked by default. Defaults to false.

◆ NoText

string Ext.Net.BooleanFilter.NoText
getset

The text displayed for the 'No' item

◆ Type

override FilterType Ext.Net.BooleanFilter.Type
get

◆ Value

virtual ? bool? Ext.Net.BooleanFilter.Value
getset

Predefined filter value

◆ YesText

string Ext.Net.BooleanFilter.YesText
getset

The text displayed for the 'Yes' item


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