C# 클래스 OpenSlx.Lib.Web.Controls.Impl.DropDownPicklistAdapter

Adapter for displaying a picklist as a simple dropdown control. Used for picklists where the value must exist in the list.
상속: IPicklistAdapter
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
CreateChildControls ( SimplePicklist parentControl ) : void

CreateChildControls

DropDownPicklistAdapter ( PickListAttributes attr, List items ) : System

GetValue ( ) : string

GetValue

SetValue ( string value ) : void

SetValue

메소드 상세

CreateChildControls() 공개 메소드

CreateChildControls
public CreateChildControls ( SimplePicklist parentControl ) : void
parentControl SimplePicklist
리턴 void

DropDownPicklistAdapter() 공개 메소드

public DropDownPicklistAdapter ( PickListAttributes attr, List items ) : System
attr PickListAttributes
items List
리턴 System

GetValue() 공개 메소드

GetValue
public GetValue ( ) : string
리턴 string

SetValue() 공개 메소드

SetValue
public SetValue ( string value ) : void
value string
리턴 void