C# Class Serenity.GridRowSelectionMixin

Inheritance: ScriptContext
Show file Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CreateSelectColumn ( Func getMixin ) : SlickColumn
GetSelectedAsInt32 ( ) : List
GetSelectedAsInt64 ( ) : List
GetSelectedKeys ( ) : List
GridRowSelectionMixin ( IDataGrid grid ) : System
ResetCheckedAndRefresh ( ) : void
SelectKeys ( string keys ) : void
SetSelectedKeys ( string keys ) : void

Private Methods

Method Description
UpdateSelectAll ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateSelectColumn() public static method

public static CreateSelectColumn ( Func getMixin ) : SlickColumn
getMixin Func
return SlickColumn

GetSelectedAsInt32() public method

public GetSelectedAsInt32 ( ) : List
return List

GetSelectedAsInt64() public method

public GetSelectedAsInt64 ( ) : List
return List

GetSelectedKeys() public method

public GetSelectedKeys ( ) : List
return List

GridRowSelectionMixin() public method

public GridRowSelectionMixin ( IDataGrid grid ) : System
grid IDataGrid
return System

ResetCheckedAndRefresh() public method

public ResetCheckedAndRefresh ( ) : void
return void

SelectKeys() public method

public SelectKeys ( string keys ) : void
keys string
return void

SetSelectedKeys() public method

public SetSelectedKeys ( string keys ) : void
keys string
return void