com.ibm.btt.dijit.Select

Description

Public Properties

Name Type Description
storeDataName   The name of corresponding iColl defined in context when loading select options from context
storeData   Json format data of options
width   Width of widget
storeURL   An url of js file when loading the options from static js file
labelField   The name of context filed which is used as the option name
valueField   The name of context filed which is used as the option value
asyncStatus   HTML status of the Ajax request
asyncErrorMessage   Error message of Ajax request

Public Functions

Name Return Value Description
setStoreData   Set input argument as store data to store
prepareStoreData   Hook method for customer to prepare store data before store data set to store
loadStoreFromURL   Load store data from URL
onAsyncOK   Function used to publish Ajax successful event.
onAsyncError   Function used to pubish Ajax error event.