C# 클래스 OpenSlx.Lib.Web.Controls.SimplePicklist

상속: System.Web.UI.WebControls.CompositeControl, ITextControl
파일 보기 프로젝트 열기: nicocrm/OpenSlx

Private Properties

프로퍼티 타입 설명
ComparePicklistItems int
GetPicklistAttributes PickListAttributes
GetPicklistItems void
RegisterClientScript void
SelectPicklistAdapter IPicklistAdapter

공개 메소드들

메소드 설명
SimplePicklist ( ) : System

Constructor with default values.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Picks adapter and calls its createchildcontrols method.

OnLoad ( EventArgs e ) : void

Register scripts.

비공개 메소드들

메소드 설명
ComparePicklistItems ( PicklistItemDisplay x, PicklistItemDisplay y ) : int

Helper method for the alpha sort

GetPicklistAttributes ( ) : PickListAttributes

Retrieve the picklist attributes only (used for the PicklistPicklistAdapter)

GetPicklistItems ( PickListAttributes &attr, List &items ) : void

Retrieve the picklist items. This will be cached the first time.

RegisterClientScript ( ) : void
SelectPicklistAdapter ( ) : IPicklistAdapter

Load the picklist data from the database and constructs corresponding adapter.

메소드 상세

CreateChildControls() 보호된 메소드

Picks adapter and calls its createchildcontrols method.
protected CreateChildControls ( ) : void
리턴 void

OnLoad() 보호된 메소드

Register scripts.
protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

SimplePicklist() 공개 메소드

Constructor with default values.
public SimplePicklist ( ) : System
리턴 System