|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.bean
mura.plugin.pluginSettingBean
public class pluginSettingBean
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
string |
getHint()
|
string |
getLabel()
|
string |
getMessage()
|
string |
getModuleID()
|
string |
getName()
|
string |
getOptionLabelList()
|
string |
getOptionList()
|
string |
getRegex()
|
string |
getRequired()
|
string |
getSettingValue()
|
string |
getType()
|
string |
getValidation()
|
void |
loadSettingValue()
|
string |
renderSetting(any theValue='useMuraDefault')
|
any |
set([any theXML], [any moduleID])
|
any |
setConfigBean([any configBean])
|
any |
setHint([String Hint])
|
any |
setLabel([String Label])
|
any |
setMessage([String Message])
|
any |
setModuleID([String ModuleID])
|
any |
setName([String name])
|
any |
setOptionLabelList([String OptionLabelList])
|
any |
setOptionList([String OptionList])
|
any |
setRegex([String Regex])
|
any |
setRequired([String Required])
|
any |
setSettingValue([String SettingValue])
|
any |
setType([String Type])
|
any |
setValidation([String validation])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public string getHint()
public string getLabel()
public string getMessage()
public string getModuleID()
public string getName()
public string getOptionLabelList()
public string getOptionList()
public string getRegex()
public string getRequired()
public string getSettingValue()
public string getType()
public string getValidation()
public void loadSettingValue()
public string renderSetting(any theValue='useMuraDefault')
theValuepublic any set([any theXML], [any moduleID])
set
in class
bean
theXMLmoduleIDpublic any setConfigBean([any configBean])
configBeanpublic any setHint([String Hint])
Hintpublic any setLabel([String Label])
Labelpublic any setMessage([String Message])
Messagepublic any setModuleID([String ModuleID])
ModuleIDpublic any setName([String name])
namepublic any setOptionLabelList([String OptionLabelList])
OptionLabelListpublic any setOptionList([String OptionList])
OptionListpublic any setRegex([String Regex])
Regexpublic any setRequired([String Required])
Requiredpublic any setSettingValue([String SettingValue])
SettingValuepublic any setType([String Type])
Typepublic any setValidation([String validation])
validation
|
Mura CMS 6.1 | ||||
| FRAMES | |||||