|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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'])
FieldTypeID
Label
RbLabel
Fieldtype
Bean
IsData
IsLong
IsMultiselect
ModuleID
DateCreate
DateLastUpdate
Displaytype
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)
values
public void setBean(string Bean)
Bean
public void setDateCreate(string DateCreate)
DateCreate
public void setDateLastUpdate(string DateLastUpdate)
DateLastUpdate
public void setDisplaytype(string Displaytype)
Displaytype
public void setFieldtype(string Fieldtype)
Fieldtype
public void setFieldTypeID(uuid FieldTypeID)
FieldTypeID
public void setIsData(boolean IsData)
IsData
public void setIsLong(boolean IsLong)
IsLong
public void setIsMultiSelect(boolean IsMultiSelect)
IsMultiSelect
public void setLabel(string Label)
Label
public void setModuleID(string ModuleID)
ModuleID
public void setRbLabel(string RbLabel)
RbLabel
|
Mura CMS 6.1 | ||||
FRAMES |