mura.formBuilder

Class fieldBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.formBuilder.fieldBean

This provides fieldBean functionality

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


    • returntype = any
    • maxlength = 250
    • access = public
    true false
    numeric displaylegend


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


    • returntype = any
    • maxlength = 255
    • access = public
    true false
    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, getEntity, 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 WEB-INF.cftags.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:
    returntype - any
    required - true
    access - public
    serializable - true

    Cssstyle

    property string Cssstyle

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

    DatasetID

    property uuid DatasetID

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

    DateCreate

    property date DateCreate

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

    DateLastUpdate

    property date DateLastUpdate

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

    FieldID

    property uuid FieldID

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

    FieldType

    property any FieldType

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

    FieldTypeID

    property uuid FieldTypeID

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

    FormID

    property uuid FormID

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

    IsActive

    property boolean IsActive = [0]

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

    IsDeleted

    property boolean IsDeleted = [0]

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

    IsEntryType

    property string IsEntryType = [SINGLE]

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

    IsLocked

    property boolean IsLocked = [0]

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

    IsRequired

    property boolean IsRequired = [0]

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

    Label

    property string Label

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

    Name

    property string Name

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

    OrderNo

    property numeric OrderNo = [0]

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

    Params

    property string Params

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

    Rblabel

    property string Rblabel

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

    RelatedID

    property uuid RelatedID

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

    RemoteID

    property string RemoteID

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

    SectionID

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

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

    ToolTip

    property string ToolTip

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

    Type

    property string Type = [COMMON]

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

    ValidateMessage

    property string ValidateMessage

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

    ValidateRegex

    property string ValidateRegex

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

    ValidateType

    property string ValidateType

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

    Value

    property string Value

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

    displaylegend

    property numeric displaylegend = [1]

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

    placeholder

    property string placeholder

    Attributes:
    returntype - any
    required - false
    maxlength - 255
    access - public
    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