|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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')
theValue
public any set([any theXML], [any moduleID])
set
in class
bean
theXML
moduleID
public any setConfigBean([any configBean])
configBean
public any setHint([String Hint])
Hint
public any setLabel([String Label])
Label
public any setMessage([String Message])
Message
public any setModuleID([String ModuleID])
ModuleID
public any setName([String name])
name
public any setOptionLabelList([String OptionLabelList])
OptionLabelList
public any setOptionList([String OptionList])
OptionList
public any setRegex([String Regex])
Regex
public any setRequired([String Required])
Required
public any setSettingValue([String SettingValue])
SettingValue
public any setType([String Type])
Type
public any setValidation([String validation])
validation
|
Mura CMS 6.1 | ||||
FRAMES |