|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.formBuilder.fieldtypeBean
public class fieldtypeBean
| Constructor Summary | |
|---|---|
init([uuid FieldTypeID='[runtime expression]'], [string Label=''], [string RbLabel=''], [string Fieldtype=''], [string Bean=''], [boolean IsData='0'], [boolean IsLong='0'], [boolean IsMultiselect='0'], [string ModuleID=''], [string DateCreate=''], [string DateLastUpdate=''], [string Displaytype='field'])
|
|
| Method Summary | |
|---|---|
struct |
getAllValues()
|
string |
getBean()
|
string |
getDateCreate()
|
string |
getDateLastUpdate()
|
string |
getDisplaytype()
|
string |
getFieldtype()
|
uuid |
getFieldTypeID()
|
boolean |
getIsData()
|
boolean |
getIsLong()
|
boolean |
getIsMultiSelect()
|
string |
getLabel()
|
string |
getModuleID()
|
string |
getRbLabel()
|
fieldtypeBean |
setAllValues(struct values)
|
void |
setBean(string Bean)
|
void |
setDateCreate(string DateCreate)
|
void |
setDateLastUpdate(string DateLastUpdate)
|
void |
setDisplaytype(string Displaytype)
|
void |
setFieldtype(string Fieldtype)
|
void |
setFieldTypeID(uuid FieldTypeID)
|
void |
setIsData(boolean IsData)
|
void |
setIsLong(boolean IsLong)
|
void |
setIsMultiSelect(boolean IsMultiSelect)
|
void |
setLabel(string Label)
|
void |
setModuleID(string ModuleID)
|
void |
setRbLabel(string RbLabel)
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([uuid FieldTypeID='[runtime expression]'], [string Label=''], [string RbLabel=''], [string Fieldtype=''], [string Bean=''], [boolean IsData='0'], [boolean IsLong='0'], [boolean IsMultiselect='0'], [string ModuleID=''], [string DateCreate=''], [string DateLastUpdate=''], [string Displaytype='field'])
FieldTypeIDLabelRbLabelFieldtypeBeanIsDataIsLongIsMultiselectModuleIDDateCreateDateLastUpdateDisplaytype| Method Detail |
|---|
public struct getAllValues()
public string getBean()
getBean
in class
cfobject
public string getDateCreate()
public string getDateLastUpdate()
public string getDisplaytype()
public string getFieldtype()
public uuid getFieldTypeID()
public boolean getIsData()
public boolean getIsLong()
public boolean getIsMultiSelect()
public string getLabel()
public string getModuleID()
public string getRbLabel()
public fieldtypeBean setAllValues(struct values)
valuespublic void setBean(string Bean)
Beanpublic void setDateCreate(string DateCreate)
DateCreatepublic void setDateLastUpdate(string DateLastUpdate)
DateLastUpdatepublic void setDisplaytype(string Displaytype)
Displaytypepublic void setFieldtype(string Fieldtype)
Fieldtypepublic void setFieldTypeID(uuid FieldTypeID)
FieldTypeIDpublic void setIsData(boolean IsData)
IsDatapublic void setIsLong(boolean IsLong)
IsLongpublic void setIsMultiSelect(boolean IsMultiSelect)
IsMultiSelectpublic void setLabel(string Label)
Labelpublic void setModuleID(string ModuleID)
ModuleIDpublic void setRbLabel(string RbLabel)
RbLabel
|
Mura CMS 6.1 | ||||
| FRAMES | |||||