|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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])
configBean
contentRenderer
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'])
theValue
bean
compactDisplay
size
public any save()
public any set(any data)
data
public any setAttributeID([numeric AttributeID])
AttributeID
public any setDefaultValue([String DefaultValue])
DefaultValue
public any setExtendSetID([String ExtendSetID])
ExtendSetID
public any setHint([String Hint])
Hint
public any setIsActive([any IsActive])
IsActive
public any setIsNew([any isNew])
isNew
public any setLabel([String Label])
Label
public any setMessage([String Message])
Message
public any setName([String name])
name
public any setOptionLabelList([String OptionLabelList])
OptionLabelList
public any setOptionList([String OptionList])
OptionList
public any setOrderNo([any OrderNo])
OrderNo
public any setRegex([String Regex])
Regex
public any setRequired([String Required])
Required
public any setSiteID([String siteID])
siteID
public any setType([String Type])
Type
public any setValidation([String validation])
validation
public any validate()
|
Mura CMS 6.1 | ||||
FRAMES |