|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.extend.extendAttribute
public class extendAttribute
| Constructor Summary | |
|---|---|
init([any configBean], [any contentRenderer])
|
|
| Method Summary | |
|---|---|
any |
delete()
|
numeric |
getAttributeID()
|
string |
getDefaultValue()
|
struct |
getErrors()
|
string |
getExtendSetID()
|
string |
getHint()
|
numeric |
getIsActive()
|
any |
getIsNew()
|
string |
getLabel()
|
string |
getMessage()
|
string |
getName()
|
string |
getOptionLabelList()
|
string |
getOptionList()
|
numeric |
getOrderNo()
|
string |
getRegex()
|
string |
getRequired()
|
string |
getSiteID()
|
string |
getType()
|
string |
getValidation()
|
any |
load()
|
string |
renderAttribute(any theValue='useMuraDefault', [any bean=''], [any compactDisplay='false'], [any size='medium'])
|
any |
save()
|
any |
set(any data)
|
any |
setAttributeID([numeric AttributeID])
|
any |
setDefaultValue([String DefaultValue])
|
any |
setExtendSetID([String ExtendSetID])
|
any |
setHint([String Hint])
|
any |
setIsActive([any IsActive])
|
any |
setIsNew([any isNew])
|
any |
setLabel([String Label])
|
any |
setMessage([String Message])
|
any |
setName([String name])
|
any |
setOptionLabelList([String OptionLabelList])
|
any |
setOptionList([String OptionList])
|
any |
setOrderNo([any OrderNo])
|
any |
setRegex([String Regex])
|
any |
setRequired([String Required])
|
any |
setSiteID([String siteID])
|
any |
setType([String Type])
|
any |
setValidation([String validation])
|
any |
validate()
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([any configBean], [any contentRenderer])
configBeancontentRenderer| Method Detail |
|---|
public any delete()
public numeric getAttributeID()
public string getDefaultValue()
public struct getErrors()
public string getExtendSetID()
public string getHint()
public numeric getIsActive()
public any getIsNew()
public string getLabel()
public string getMessage()
public string getName()
public string getOptionLabelList()
public string getOptionList()
public numeric getOrderNo()
public string getRegex()
public string getRequired()
public string getSiteID()
public string getType()
public string getValidation()
public any load()
public string renderAttribute(any theValue='useMuraDefault', [any bean=''], [any compactDisplay='false'], [any size='medium'])
theValuebeancompactDisplaysizepublic any save()
public any set(any data)
datapublic any setAttributeID([numeric AttributeID])
AttributeIDpublic any setDefaultValue([String DefaultValue])
DefaultValuepublic any setExtendSetID([String ExtendSetID])
ExtendSetIDpublic any setHint([String Hint])
Hintpublic any setIsActive([any IsActive])
IsActivepublic any setIsNew([any isNew])
isNewpublic any setLabel([String Label])
Labelpublic any setMessage([String Message])
Messagepublic any setName([String name])
namepublic any setOptionLabelList([String OptionLabelList])
OptionLabelListpublic any setOptionList([String OptionList])
OptionListpublic any setOrderNo([any OrderNo])
OrderNopublic any setRegex([String Regex])
Regexpublic any setRequired([String Required])
Requiredpublic any setSiteID([String siteID])
siteIDpublic any setType([String Type])
Typepublic any setValidation([String validation])
validationpublic any validate()
|
Mura CMS 6.1 | ||||
| FRAMES | |||||