Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DoAutoConfigure ( FieldSetting setting ) : void | ||
GetBrowseControl ( ) : |
||
GetData ( ) : object | ||
SetData ( object data ) : void |
Méthode | Description | |
---|---|---|
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 | ||
Résultat | void |
protected BuildControl ( System.Web.UI.WebControls.ListItemCollection itemCollection, List |
||
itemCollection | System.Web.UI.WebControls.ListItemCollection | |
selectedItems | List |
|
Résultat | void |
protected BuildOptions ( System.Web.UI.WebControls.ListItemCollection listItems, List |
||
listItems | System.Web.UI.WebControls.ListItemCollection | |
configuredOptions | List |
|
values | List |
|
Résultat | void |
public DoAutoConfigure ( FieldSetting setting ) : void | ||
setting | FieldSetting | |
Résultat | void |
public GetBrowseControl ( ) : |
||
Résultat |
protected abstract GetExtraValue ( ) : string | ||
Résultat | 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. |
Résultat | List |
protected GetSelectedOptions ( System.Web.UI.WebControls.ListItemCollection listItems ) : List |
||
listItems | System.Web.UI.WebControls.ListItemCollection | |
Résultat | List |
protected abstract SetExtraValue ( string value ) : void | ||
value | string | |
Résultat | void |