Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DoAutoConfigure ( FieldSetting setting ) : void | ||
GetBrowseControl ( ) : |
||
GetData ( ) : object | ||
SetData ( object data ) : void |
Метод | Описание | |
---|---|---|
AddChangeScript ( |
||
BuildControl ( System.Web.UI.WebControls.ListItemCollection itemCollection, List |
||
BuildOptions ( System.Web.UI.WebControls.ListItemCollection listItems, List |
||
FillBrowseControls ( ) : void | ||
GetExtraValue ( ) : string | ||
GetSelectedItems ( System.Web.UI.WebControls.ListItemCollection listItems, bool returnWithValues ) : List |
Returns a list with the selected items and the given extra value if specified.
|
|
GetSelectedOptions ( System.Web.UI.WebControls.ListItemCollection listItems ) : List |
||
SetExtraValue ( string value ) : void |
protected AddChangeScript ( |
||
listControl | ||
extratextBox | ||
Результат | void |
protected BuildControl ( System.Web.UI.WebControls.ListItemCollection itemCollection, List |
||
itemCollection | System.Web.UI.WebControls.ListItemCollection | |
selectedItems | List |
|
Результат | void |
protected BuildOptions ( System.Web.UI.WebControls.ListItemCollection listItems, List |
||
listItems | System.Web.UI.WebControls.ListItemCollection | |
configuredOptions | List |
|
values | List |
|
Результат | void |
public DoAutoConfigure ( FieldSetting setting ) : void | ||
setting | FieldSetting | |
Результат | void |
public GetBrowseControl ( ) : |
||
Результат |
protected abstract GetExtraValue ( ) : string | ||
Результат | string |
protected GetSelectedItems ( System.Web.UI.WebControls.ListItemCollection listItems, bool returnWithValues ) : List |
||
listItems | System.Web.UI.WebControls.ListItemCollection | Collection of the items are given in the field. |
returnWithValues | bool | If true, the result collection is constructed with value of the ListItem. If false, the value of the text property of the ListItem is used. |
Результат | List |
protected GetSelectedOptions ( System.Web.UI.WebControls.ListItemCollection listItems ) : List |
||
listItems | System.Web.UI.WebControls.ListItemCollection | |
Результат | List |
protected abstract SetExtraValue ( string value ) : void | ||
value | string | |
Результат | void |