Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >:
Ext.Net.LazyObservable.Builder< TAbstractSelectionModel, TBuilder >

Public Member Functions

 Builder (TAbstractSelectionModel component)
 
virtual TBuilder AllowDeselect (bool allowDeselect)
 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 TBuilder IgnoreRightMouseSelection (bool ignoreRightMouseSelection)
 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 TBuilder PruneRemoved (bool pruneRemoved)
 Prune records when they are removed from the store from the selection. More...
 
virtual TBuilder ToggleOnClick (bool toggleOnClick)
 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 TBuilder Mode (SelectionMode mode)
 Modes of selection. Valid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE' More...
 
- Public Member Functions inherited from Ext.Net.LazyObservable.Builder< TAbstractSelectionModel, TBuilder >
 Builder (TLazyObservable component)
 

Detailed Description

Type Constraints
TAbstractSelectionModel :AbstractSelectionModel 
TBuilder :Builder 
TBuilder :TAbstractSelectionModel 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.Builder ( TAbstractSelectionModel  component)
inline

Member Function Documentation

◆ AllowDeselect()

virtual TBuilder Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.AllowDeselect ( bool  allowDeselect)
inlinevirtual

Allow users to deselect a record in a DataView, List or Grid. Only applicable when the SelectionModel's mode is 'SINGLE'. Defaults to false.

◆ IgnoreRightMouseSelection()

virtual TBuilder Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.IgnoreRightMouseSelection ( bool  ignoreRightMouseSelection)
inlinevirtual

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.

◆ Mode()

virtual TBuilder Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.Mode ( SelectionMode  mode)
inlinevirtual

Modes of selection. Valid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE'

◆ PruneRemoved()

virtual TBuilder Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.PruneRemoved ( bool  pruneRemoved)
inlinevirtual

Prune records when they are removed from the store from the selection.

◆ ToggleOnClick()

virtual TBuilder Ext.Net.AbstractSelectionModel.Builder< TAbstractSelectionModel, TBuilder >.ToggleOnClick ( bool  toggleOnClick)
inlinevirtual

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'.


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