mura.formBuilder

Class fieldBean

lucee.Component
    extended by mura.cfobject
      extended by mura.formBuilder.fieldBean

This provides fieldBean functionality

Class Attributes:
  • output : false
  •  
  • displayname : fieldBean
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    Any Config


    • access = public
    • returntype = any
    true yes
    string Cssstyle


    • access = public
    • maxlength = 50
    • returntype = any
    true false
    uuid DatasetID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    date DateCreate


    • access = public
    • returntype = any
    true yes
    date DateLastUpdate


    • access = public
    • returntype = any
    true yes
    numeric displaylegend


    • access = public
    • returntype = any
    1 true false
    uuid FieldID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    any FieldType


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    uuid FieldTypeID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    uuid FormID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    boolean IsActive


    • access = public
    • returntype = any
    0 true yes
    boolean IsDeleted


    • access = public
    • returntype = any
    0 true yes
    string IsEntryType


    • access = public
    • maxlength = 50
    • returntype = any
    SINGLE true yes
    boolean IsLocked


    • access = public
    • returntype = any
    0 true yes
    boolean IsRequired


    • access = public
    • returntype = any
    0 true yes
    string Label


    • access = public
    • maxlength = 50
    • returntype = any
    true false
    string Name


    • access = public
    • maxlength = 50
    • returntype = any
    true false
    numeric OrderNo


    • access = public
    • returntype = any
    0 true yes
    string Params


    • access = public
    • returntype = any
    true false
    string placeholder


    • access = public
    • maxlength = 255
    • returntype = any
    true false
    string Rblabel


    • access = public
    • maxlength = 100
    • returntype = any
    true false
    uuid RelatedID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    string RemoteID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    uuid SectionID


    • access = public
    • maxlength = 35
    • returntype = any
    00000000-0000-0000-0000000000000000 true yes
    string ToolTip


    • access = public
    • maxlength = 250
    • returntype = any
    true false
    string Type


    • access = public
    • maxlength = 20
    • returntype = any
    COMMON true yes
    string ValidateMessage


    • access = public
    • maxlength = 200
    • returntype = any
    true false
    string ValidateRegex


    • access = public
    • maxlength = 100
    • returntype = any
    true false
    string ValidateType


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    string Value


    • access = public
    • maxlength = 250
    • returntype = any
    true no
    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'])
    any getCssstyle()
    any getDatasetID()
    any getDateCreate()
    any getDateLastUpdate()
    uuid getFieldID()
    any getFieldType()
    any getFieldTypeID()
    any getFormID()
    boolean getIsActive()
    boolean getIsDeleted()
    any getIsEntryType()
    boolean getIsLocked()
    boolean getIsRequired()
    any getLabel()
    any getName()
    any getOrderNo()
    any getParams()
    struct getParamsData()
    any getPlaceHolder()
    any getRblabel()
    any getRelatedID()
    any getRemoteID()
    any getSectionID()
    any getToolTip()
    any getType()
    any getValidateMessage()
    any getValidateRegex()
    any getValidateType()
    any getValue()
    fieldtypeBean setAllValues(struct values)
    any setConfig(struct Config)
    any setCssstyle(string Cssstyle)
    any setDatasetID(string DatasetID)
    any setDateCreate(string DateCreate)
    any setDateLastUpdate(string DateLastUpdate)
    any setFieldID(uuid FieldID)
    any setFieldType(any FieldType)
    any setFieldTypeID(string FieldTypeID)
    any setFormID(string FormID)
    any setIsActive(boolean IsActive)
    any setIsDeleted(boolean IsDeleted)
    any setIsEntryType(string IsEntryType)
    any setIsLocked(boolean IsLocked)
    any setIsRequired(boolean IsRequired)
    any setLabel(string Label)
    any setName(string Name)
    any setOrderNo(numeric OrderNo)
    any setParams(string Params)
    any setParamsData(struct ParamsData)
    any setPlaceHolder(string placeholder)
    any setRblabel(string Rblabel)
    any setRelatedID(string RelatedID)
    any setRemoteID(string RemoteID)
    any setSectionID(string SectionID)
    any setToolTip(string ToolTip)
    any setType(string Type)
    any setValidateMessage(string ValidateMessage)
    any setValidateRegex(string ValidateRegex)
    any setValidateType(string ValidateType)
    any setValue(any Value)
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    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]'])

    Parameters:
    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

    Property Detail

    Config

    property Any Config

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Cssstyle

    property string Cssstyle

    Attributes:
    access - public
    required - false
    maxlength - 50
    returntype - any
    serializable - true

    DatasetID

    property uuid DatasetID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    DateCreate

    property date DateCreate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DateLastUpdate

    property date DateLastUpdate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    displaylegend

    property numeric displaylegend = [1]

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    FieldID

    property uuid FieldID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    FieldType

    property any FieldType

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    FieldTypeID

    property uuid FieldTypeID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    FormID

    property uuid FormID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    IsActive

    property boolean IsActive = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsDeleted

    property boolean IsDeleted = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsEntryType

    property string IsEntryType = [SINGLE]

    Attributes:
    access - public
    required - yes
    maxlength - 50
    returntype - any
    serializable - true

    IsLocked

    property boolean IsLocked = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsRequired

    property boolean IsRequired = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Label

    property string Label

    Attributes:
    access - public
    required - false
    maxlength - 50
    returntype - any
    serializable - true

    Name

    property string Name

    Attributes:
    access - public
    required - false
    maxlength - 50
    returntype - any
    serializable - true

    OrderNo

    property numeric OrderNo = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Params

    property string Params

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    placeholder

    property string placeholder

    Attributes:
    access - public
    required - false
    maxlength - 255
    returntype - any
    serializable - true

    Rblabel

    property string Rblabel

    Attributes:
    access - public
    required - false
    maxlength - 100
    returntype - any
    serializable - true

    RelatedID

    property uuid RelatedID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    RemoteID

    property string RemoteID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    SectionID

    property uuid SectionID = [00000000-0000-0000-0000000000000000]

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    ToolTip

    property string ToolTip

    Attributes:
    access - public
    required - false
    maxlength - 250
    returntype - any
    serializable - true

    Type

    property string Type = [COMMON]

    Attributes:
    access - public
    required - yes
    maxlength - 20
    returntype - any
    serializable - true

    ValidateMessage

    property string ValidateMessage

    Attributes:
    access - public
    required - false
    maxlength - 200
    returntype - any
    serializable - true

    ValidateRegex

    property string ValidateRegex

    Attributes:
    access - public
    required - false
    maxlength - 100
    returntype - any
    serializable - true

    ValidateType

    property string ValidateType

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    Value

    property string Value

    Attributes:
    access - public
    required - no
    maxlength - 250
    returntype - any
    serializable - true

    Method Detail

    getAllValues

    public struct getAllValues()


    getConfig

    public struct getConfig([string mode='json'])

    Parameters:
    mode

    getCssstyle

    public any getCssstyle()


    getDatasetID

    public any getDatasetID()


    getDateCreate

    public any getDateCreate()


    getDateLastUpdate

    public any getDateLastUpdate()


    getFieldID

    public uuid getFieldID()


    getFieldType

    public any getFieldType()


    getFieldTypeID

    public any getFieldTypeID()


    getFormID

    public any getFormID()


    getIsActive

    public boolean getIsActive()


    getIsDeleted

    public boolean getIsDeleted()


    getIsEntryType

    public any getIsEntryType()


    getIsLocked

    public boolean getIsLocked()


    getIsRequired

    public boolean getIsRequired()


    getLabel

    public any getLabel()


    getName

    public any getName()


    getOrderNo

    public any getOrderNo()


    getParams

    public any getParams()


    getParamsData

    public struct getParamsData()


    getPlaceHolder

    public any getPlaceHolder()


    getRblabel

    public any getRblabel()


    getRelatedID

    public any getRelatedID()


    getRemoteID

    public any getRemoteID()


    getSectionID

    public any getSectionID()


    getToolTip

    public any getToolTip()


    getType

    public any getType()


    getValidateMessage

    public any getValidateMessage()


    getValidateRegex

    public any getValidateRegex()


    getValidateType

    public any getValidateType()


    getValue

    public any getValue()

    Overrides:
    getValue in class cfobject

    setAllValues

    public fieldtypeBean setAllValues(struct values)

    Parameters:
    values

    setConfig

    public any setConfig(struct Config)

    Parameters:
    Config

    setCssstyle

    public any setCssstyle(string Cssstyle)

    Parameters:
    Cssstyle

    setDatasetID

    public any setDatasetID(string DatasetID)

    Parameters:
    DatasetID

    setDateCreate

    public any setDateCreate(string DateCreate)

    Parameters:
    DateCreate

    setDateLastUpdate

    public any setDateLastUpdate(string DateLastUpdate)

    Parameters:
    DateLastUpdate

    setFieldID

    public any setFieldID(uuid FieldID)

    Parameters:
    FieldID

    setFieldType

    public any setFieldType(any FieldType)

    Parameters:
    FieldType

    setFieldTypeID

    public any setFieldTypeID(string FieldTypeID)

    Parameters:
    FieldTypeID

    setFormID

    public any setFormID(string FormID)

    Parameters:
    FormID

    setIsActive

    public any setIsActive(boolean IsActive)

    Parameters:
    IsActive

    setIsDeleted

    public any setIsDeleted(boolean IsDeleted)

    Parameters:
    IsDeleted

    setIsEntryType

    public any setIsEntryType(string IsEntryType)

    Parameters:
    IsEntryType

    setIsLocked

    public any setIsLocked(boolean IsLocked)

    Parameters:
    IsLocked

    setIsRequired

    public any setIsRequired(boolean IsRequired)

    Parameters:
    IsRequired

    setLabel

    public any setLabel(string Label)

    Parameters:
    Label

    setName

    public any setName(string Name)

    Parameters:
    Name

    setOrderNo

    public any setOrderNo(numeric OrderNo)

    Parameters:
    OrderNo

    setParams

    public any setParams(string Params)

    Parameters:
    Params

    setParamsData

    public any setParamsData(struct ParamsData)

    Parameters:
    ParamsData

    setPlaceHolder

    public any setPlaceHolder(string placeholder)

    Parameters:
    placeholder

    setRblabel

    public any setRblabel(string Rblabel)

    Parameters:
    Rblabel

    setRelatedID

    public any setRelatedID(string RelatedID)

    Parameters:
    RelatedID

    setRemoteID

    public any setRemoteID(string RemoteID)

    Parameters:
    RemoteID

    setSectionID

    public any setSectionID(string SectionID)

    Parameters:
    SectionID

    setToolTip

    public any setToolTip(string ToolTip)

    Parameters:
    ToolTip

    setType

    public any setType(string Type)

    Parameters:
    Type

    setValidateMessage

    public any setValidateMessage(string ValidateMessage)

    Parameters:
    ValidateMessage

    setValidateRegex

    public any setValidateRegex(string ValidateRegex)

    Parameters:
    ValidateRegex

    setValidateType

    public any setValidateType(string ValidateType)

    Parameters:
    ValidateType

    setValue

    public any setValue(any Value)

    Overrides:
    setValue in class cfobject
    Parameters:
    Value