C# Класс OpenSlx.Lib.Web.Controls.Impl.MultiSelectPicklistAdapter

Adapter for a combination of textbox/listbox. Used for a multi-select picklist, or a picklist where the selected items don't need to match the picklist's values.
Наследование: IPicklistAdapter
Показать файл Открыть проект

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

Метод Описание
CreateChildControls ( SimplePicklist parentControl ) : void

Create the textbox, associated select control, and send the javascript needed to control them.

GetValue ( ) : string

Get Value

MultiSelectPicklistAdapter ( PickListAttributes attr, List items ) : System

SetValue ( string value ) : void

Set Value

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

Метод Описание
CreateChildListBox ( SimplePicklist parentControl ) : void

Create the associated listbox and send the required javascript.

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

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

Create the textbox, associated select control, and send the javascript needed to control them.
public CreateChildControls ( SimplePicklist parentControl ) : void
parentControl SimplePicklist
Результат void

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

Get Value
public GetValue ( ) : string
Результат string

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

public MultiSelectPicklistAdapter ( PickListAttributes attr, List items ) : System
attr PickListAttributes Picklist attributes from SLX
items List Picklist items from SLX
Результат System

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

Set Value
public SetValue ( string value ) : void
value string
Результат void