Property | Type | Description | |
---|---|---|---|
ComparePicklistItems | int | ||
GetPicklistAttributes | PickListAttributes | ||
GetPicklistItems | void | ||
RegisterClientScript | void | ||
SelectPicklistAdapter | IPicklistAdapter |
Method | Description | |
---|---|---|
SimplePicklist ( ) : System |
Constructor with default values.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Picks adapter and calls its createchildcontrols method.
|
|
OnLoad ( EventArgs e ) : void |
Register scripts.
|
Method | Description | |
---|---|---|
ComparePicklistItems ( |
Helper method for the alpha sort
|
|
GetPicklistAttributes ( ) : PickListAttributes |
Retrieve the picklist attributes only (used for the PicklistPicklistAdapter)
|
|
GetPicklistItems ( PickListAttributes &attr, List |
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.
|