C# Класс Adf.Web.UI.RowSelectorColumn

Наследование: System.Web.UI.WebControls.DataControlField
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeCell void
RegisterForSelectAll void
RegisterSelectAllScript void
SetIndexValue void
selectorDataBinding void
selector_ServerChange void

Открытые методы

Метод Описание
FindColumn ( GridView grid ) : RowSelectorColumn

Finds the first RowSelectorColumn in the given GridView.

FindColumn ( GridView grid, Int32 startIndex ) : RowSelectorColumn

Finds the first RowSelectorColumn in the given GridView after or at the given column index.

SelectAll ( ) : void

Checks In all row selecter CheckBoxes found in a GridView control.

Защищенные методы

Метод Описание
CreateField ( ) : System.Web.UI.WebControls.DataControlField

Provides the creation of child control.

OnSelectionChanged ( EventArgs e ) : void

Raises the SelectionChanged event.

Приватные методы

Метод Описание
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
RegisterForSelectAll ( ParticipantCheckBox selector ) : void
RegisterSelectAllScript ( ) : void
SetIndexValue ( System.Web.UI.HtmlControls.HtmlInputRadioButton radioSelector ) : void
selectorDataBinding ( Object sender, EventArgs e ) : void

Set the value of given selector.

selector_ServerChange ( object sender, EventArgs e ) : void

The SelectionChanged event.

Описание методов

CreateField() защищенный Метод

Provides the creation of child control.
protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
Результат System.Web.UI.WebControls.DataControlField

FindColumn() публичный статический Метод

Finds the first RowSelectorColumn in the given GridView.
public static FindColumn ( GridView grid ) : RowSelectorColumn
grid System.Web.UI.WebControls.GridView The to search.
Результат RowSelectorColumn

FindColumn() публичный статический Метод

Finds the first RowSelectorColumn in the given GridView after or at the given column index.
public static FindColumn ( GridView grid, Int32 startIndex ) : RowSelectorColumn
grid System.Web.UI.WebControls.GridView The to search.
startIndex System.Int32 The index of the column to start the search.
Результат RowSelectorColumn

OnSelectionChanged() защищенный Метод

Raises the SelectionChanged event.
protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

SelectAll() публичный Метод

Checks In all row selecter CheckBoxes found in a GridView control.
public SelectAll ( ) : void
Результат void