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
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
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