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

More...

Inheritance diagram for Ext.Net.CheckboxSelectionModel.Config:
Ext.Net.RowSelectionModel.Config Ext.Net.AbstractSelectionModel.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator CheckboxSelectionModel.Builder (CheckboxSelectionModel.Config config)
 
- Static Public Member Functions inherited from Ext.Net.RowSelectionModel.Config
static implicit operator RowSelectionModel.Builder (RowSelectionModel.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual bool CheckOnly [get, set]
 true if rows can only be selected by clicking on the checkbox column (defaults to false). More...
 
virtual Renderer EditRenderer [get, set]
 A renderer to be used in conjunction with Ext.grid.plugin.RowEditing. More...
 
virtual string EditRendererString [get, set]
 A renderer to be used in conjunction with Ext.grid.plugin.RowEditing. More...
 
virtual string HeaderAriaLabel [get, set]
 ARIA label for screen readers to announce for the check column's header when it is focused. Note that this label will not be visible on screen. More...
 
virtual string HeaderDeselectText [get, set]
 ARIA description text to announce for the check column's header when it is focused, showHeaderCheckbox is shown, and all rows are selected. More...
 
virtual string HeaderSelectText [get, set]
 ARIA description text to announce for the check column's header when it is focused, showHeaderCheckbox is shown, and not all rows are selected. More...
 
virtual string HeaderText [get, set]
 Displays the configured text in the check column's header. If showHeaderCheckbox is true, the text is shown -above- the checkbox. More...
 
virtual int HeaderWidth [get, set]
 The width of the checkbox column in pixels (defaults to 24). More...
 
virtual string InjectCheckbox [get, set]
 Instructs the SelectionModel whether or not to inject the checkbox header automatically or not. (Note: By not placing the checkbox in manually, the grid view will need to be rendered 2x on initial render.) Supported values are a Number index, false and the strings 'first' and 'last'. Default is 0. More...
 
virtual Renderer Renderer [get, set]
 A renderer is an 'interceptor' method which can be used to transform data (value, appearance, etc.) before it is rendered. More...
 
virtual string RendererString [get, set]
 A renderer is an 'interceptor' method which can be used to transform data (value, appearance, etc.) before it is rendered. More...
 
virtual string RowDeselectText [get, set]
 ARIA description text to announce when check column cell is focused and the row is selected. More...
 
virtual string RowSelectText [get, set]
 ARIA description text to announce when check column cell is focused and the row is not selected. More...
 
virtual int RowSpan [get, set]
 RowSpan attribute for the checkbox table cell More...
 
virtual bool ShowHeaderCheckbox [get, set]
 RowSpan attribute for the checkbox table cell More...
 
- Properties inherited from Ext.Net.RowSelectionModel.Config
RowSelectionModelListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
RowSelectionModelDirectEvents DirectEvents [get]
 Server-side Ajax Event Handlers More...
 
virtual ? bool DeselectOnContainerClick [get, set]
 Set to true to deselect current selection when the container body is clicked. More...
 
SelectedRowCollection SelectedRows [get]
 
SelectedRow SelectedRow [get]
 
virtual int SelectedIndex [get, set]
 
virtual string SelectedRecordID [get, set]
 
virtual string HiddenName [get, set]
 HiddenField name which submits selected rows More...
 
- Properties inherited from Ext.Net.AbstractSelectionModel.Config
virtual bool AllowDeselect [get, set]
 Allow users to deselect a record in a DataView, List or Grid. Only applicable when the SelectionModel's mode is 'SINGLE'. Defaults to false. More...
 
virtual bool IgnoreRightMouseSelection [get, set]
 True to ignore selections that are made when using the right mouse button if there are records that are already selected. If no records are selected, selection will continue as normal. Defaults to: false. More...
 
virtual bool PruneRemoved [get, set]
 Prune records when they are removed from the store from the selection. More...
 
virtual bool ToggleOnClick [get, set]
 true to toggle the selection state of an item when clicked. Only applicable when the mode is 'SINGLE'. Only applicable when the allowDeselect is 'true'. More...
 
virtual SelectionMode Mode [get, set]
 Modes of selection. Valid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE' More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.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 ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator CheckboxSelectionModel.Builder()

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

Property Documentation

◆ CheckOnly

virtual bool Ext.Net.CheckboxSelectionModel.Config.CheckOnly
getset

true if rows can only be selected by clicking on the checkbox column (defaults to false).

◆ EditRenderer

virtual Renderer Ext.Net.CheckboxSelectionModel.Config.EditRenderer
getset

A renderer to be used in conjunction with Ext.grid.plugin.RowEditing.

◆ EditRendererString

virtual string Ext.Net.CheckboxSelectionModel.Config.EditRendererString
getset

A renderer to be used in conjunction with Ext.grid.plugin.RowEditing.

◆ HeaderAriaLabel

virtual string Ext.Net.CheckboxSelectionModel.Config.HeaderAriaLabel
getset

ARIA label for screen readers to announce for the check column's header when it is focused. Note that this label will not be visible on screen.

◆ HeaderDeselectText

virtual string Ext.Net.CheckboxSelectionModel.Config.HeaderDeselectText
getset

ARIA description text to announce for the check column's header when it is focused, showHeaderCheckbox is shown, and all rows are selected.

◆ HeaderSelectText

virtual string Ext.Net.CheckboxSelectionModel.Config.HeaderSelectText
getset

ARIA description text to announce for the check column's header when it is focused, showHeaderCheckbox is shown, and not all rows are selected.

◆ HeaderText

virtual string Ext.Net.CheckboxSelectionModel.Config.HeaderText
getset

Displays the configured text in the check column's header. If showHeaderCheckbox is true, the text is shown -above- the checkbox.

◆ HeaderWidth

virtual int Ext.Net.CheckboxSelectionModel.Config.HeaderWidth
getset

The width of the checkbox column in pixels (defaults to 24).

◆ InjectCheckbox

virtual string Ext.Net.CheckboxSelectionModel.Config.InjectCheckbox
getset

Instructs the SelectionModel whether or not to inject the checkbox header automatically or not. (Note: By not placing the checkbox in manually, the grid view will need to be rendered 2x on initial render.) Supported values are a Number index, false and the strings 'first' and 'last'. Default is 0.

◆ Renderer

virtual Renderer Ext.Net.CheckboxSelectionModel.Config.Renderer
getset

A renderer is an 'interceptor' method which can be used to transform data (value, appearance, etc.) before it is rendered.

◆ RendererString

virtual string Ext.Net.CheckboxSelectionModel.Config.RendererString
getset

A renderer is an 'interceptor' method which can be used to transform data (value, appearance, etc.) before it is rendered.

◆ RowDeselectText

virtual string Ext.Net.CheckboxSelectionModel.Config.RowDeselectText
getset

ARIA description text to announce when check column cell is focused and the row is selected.

◆ RowSelectText

virtual string Ext.Net.CheckboxSelectionModel.Config.RowSelectText
getset

ARIA description text to announce when check column cell is focused and the row is not selected.

◆ RowSpan

virtual int Ext.Net.CheckboxSelectionModel.Config.RowSpan
getset

RowSpan attribute for the checkbox table cell

◆ ShowHeaderCheckbox

virtual bool Ext.Net.CheckboxSelectionModel.Config.ShowHeaderCheckbox
getset

RowSpan attribute for the checkbox table cell


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