|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.formBuilder.fieldBean
public class fieldBean
Constructor Summary | |
---|---|
init([uuid FieldID='[runtime expression]'], [string FormID=''], [string FieldTypeID=''], [string DatasetID=''], [string Name=''], [string Label=''], [string Rblabel=''], [string Cssstyle=''], [string placeholder=''], [string ToolTip=''], [numeric OrderNo='0'], [boolean IsLocked='0'], [boolean IsActive='1'], [boolean IsDeleted='0'], [boolean IsRequired='0'], [string Type='COMMON'], [string IsEntryType='SINGLE'], [string ValidateType=''], [string ValidateRegex=''], [string ValidateMessage=''], [string SectionID='00000000-0000-0000-0000000000000000'], [string RelatedID=''], [string Params=''], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''], [boolean BeanExists='false'], [any FieldType=''], [string value=''], [Any Config='[runtime expression]'])
|
Method Summary | |
---|---|
struct |
getAllValues()
|
struct |
getConfig([string mode='json'])
|
string |
getCssstyle()
|
string |
getDatasetID()
|
string |
getDateCreate()
|
string |
getDateLastUpdate()
|
uuid |
getFieldID()
|
any |
getFieldType()
|
string |
getFieldTypeID()
|
string |
getFormID()
|
boolean |
getIsActive()
|
boolean |
getIsDeleted()
|
string |
getIsEntryType()
|
boolean |
getIsLocked()
|
boolean |
getIsRequired()
|
string |
getLabel()
|
string |
getName()
|
numeric |
getOrderNo()
|
string |
getParams()
|
struct |
getParamsData()
|
string |
getPlaceHolder()
|
string |
getRblabel()
|
string |
getRelatedID()
|
string |
getRemoteID()
|
string |
getSectionID()
|
string |
getToolTip()
|
string |
getType()
|
string |
getValidateMessage()
|
string |
getValidateRegex()
|
string |
getValidateType()
|
any |
getValue()
|
fieldtypeBean |
setAllValues(struct values)
|
void |
setConfig(struct Config)
|
void |
setCssstyle(string Cssstyle)
|
void |
setDatasetID(string DatasetID)
|
void |
setDateCreate(string DateCreate)
|
void |
setDateLastUpdate(string DateLastUpdate)
|
void |
setFieldID(uuid FieldID)
|
void |
setFieldType(any FieldType)
|
void |
setFieldTypeID(string FieldTypeID)
|
void |
setFormID(string FormID)
|
void |
setIsActive(boolean IsActive)
|
void |
setIsDeleted(boolean IsDeleted)
|
void |
setIsEntryType(string IsEntryType)
|
void |
setIsLocked(boolean IsLocked)
|
void |
setIsRequired(boolean IsRequired)
|
void |
setLabel(string Label)
|
void |
setName(string Name)
|
void |
setOrderNo(numeric OrderNo)
|
void |
setParams(string Params)
|
void |
setParamsData(struct ParamsData)
|
void |
setPlaceHolder(string placeholder)
|
void |
setRblabel(string Rblabel)
|
void |
setRelatedID(string RelatedID)
|
void |
setRemoteID(string RemoteID)
|
void |
setSectionID(string SectionID)
|
void |
setToolTip(string ToolTip)
|
void |
setType(string Type)
|
void |
setValidateMessage(string ValidateMessage)
|
void |
setValidateRegex(string ValidateRegex)
|
void |
setValidateType(string ValidateType)
|
void |
setValue(any Value)
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init([uuid FieldID='[runtime expression]'], [string FormID=''], [string FieldTypeID=''], [string DatasetID=''], [string Name=''], [string Label=''], [string Rblabel=''], [string Cssstyle=''], [string placeholder=''], [string ToolTip=''], [numeric OrderNo='0'], [boolean IsLocked='0'], [boolean IsActive='1'], [boolean IsDeleted='0'], [boolean IsRequired='0'], [string Type='COMMON'], [string IsEntryType='SINGLE'], [string ValidateType=''], [string ValidateRegex=''], [string ValidateMessage=''], [string SectionID='00000000-0000-0000-0000000000000000'], [string RelatedID=''], [string Params=''], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''], [boolean BeanExists='false'], [any FieldType=''], [string value=''], [Any Config='[runtime expression]'])
FieldID
FormID
FieldTypeID
DatasetID
Name
Label
Rblabel
Cssstyle
placeholder
ToolTip
OrderNo
IsLocked
IsActive
IsDeleted
IsRequired
Type
IsEntryType
ValidateType
ValidateRegex
ValidateMessage
SectionID
RelatedID
Params
RemoteID
DateCreate
DateLastUpdate
BeanExists
FieldType
value
Config
Method Detail |
---|
public struct getAllValues()
public struct getConfig([string mode='json'])
mode
public string getCssstyle()
public string getDatasetID()
public string getDateCreate()
public string getDateLastUpdate()
public uuid getFieldID()
public any getFieldType()
public string getFieldTypeID()
public string getFormID()
public boolean getIsActive()
public boolean getIsDeleted()
public string getIsEntryType()
public boolean getIsLocked()
public boolean getIsRequired()
public string getLabel()
public string getName()
public numeric getOrderNo()
public string getParams()
public struct getParamsData()
public string getPlaceHolder()
public string getRblabel()
public string getRelatedID()
public string getRemoteID()
public string getSectionID()
public string getToolTip()
public string getType()
public string getValidateMessage()
public string getValidateRegex()
public string getValidateType()
public any getValue()
getValue
in class
cfobject
public fieldtypeBean setAllValues(struct values)
values
public void setConfig(struct Config)
Config
public void setCssstyle(string Cssstyle)
Cssstyle
public void setDatasetID(string DatasetID)
DatasetID
public void setDateCreate(string DateCreate)
DateCreate
public void setDateLastUpdate(string DateLastUpdate)
DateLastUpdate
public void setFieldID(uuid FieldID)
FieldID
public void setFieldType(any FieldType)
FieldType
public void setFieldTypeID(string FieldTypeID)
FieldTypeID
public void setFormID(string FormID)
FormID
public void setIsActive(boolean IsActive)
IsActive
public void setIsDeleted(boolean IsDeleted)
IsDeleted
public void setIsEntryType(string IsEntryType)
IsEntryType
public void setIsLocked(boolean IsLocked)
IsLocked
public void setIsRequired(boolean IsRequired)
IsRequired
public void setLabel(string Label)
Label
public void setName(string Name)
Name
public void setOrderNo(numeric OrderNo)
OrderNo
public void setParams(string Params)
Params
public void setParamsData(struct ParamsData)
ParamsData
public void setPlaceHolder(string placeholder)
placeholder
public void setRblabel(string Rblabel)
Rblabel
public void setRelatedID(string RelatedID)
RelatedID
public void setRemoteID(string RemoteID)
RemoteID
public void setSectionID(string SectionID)
SectionID
public void setToolTip(string ToolTip)
ToolTip
public void setType(string Type)
Type
public void setValidateMessage(string ValidateMessage)
ValidateMessage
public void setValidateRegex(string ValidateRegex)
ValidateRegex
public void setValidateType(string ValidateType)
ValidateType
public void setValue(any Value)
setValue
in class
cfobject
Value
|
Mura CMS 6.1 | ||||
FRAMES |