C# Class OpenSlx.Lib.Web.Controls.Impl.PicklistPicklistAdapter

Renders the picklist as a regular Saleslogix picklist control
Inheritance: IPicklistAdapter
Mostrar archivo Open project: nicocrm/OpenSlx

Public Methods

Method Description
CreateChildControls ( SimplePicklist parentControl ) : void

Create the control representing the picklist.

GetValue ( ) : string

Get underlying value.

PicklistPicklistAdapter ( String picklistName, PickListAttributes attr, PicklistStorageMode storageMode ) : System

Create adapter

SetValue ( string value ) : void

Set value on the underlying control.

Method Details

CreateChildControls() public method

Create the control representing the picklist.
public CreateChildControls ( SimplePicklist parentControl ) : void
parentControl SimplePicklist
return void

GetValue() public method

Get underlying value.
public GetValue ( ) : string
return string

PicklistPicklistAdapter() public method

Create adapter
public PicklistPicklistAdapter ( String picklistName, PickListAttributes attr, PicklistStorageMode storageMode ) : System
picklistName String
attr PickListAttributes
storageMode PicklistStorageMode
return System

SetValue() public method

Set value on the underlying control.
public SetValue ( string value ) : void
value string
return void