mura.formBuilder

Class fieldtypeBean

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

This provides fieldtypeBean functionality

Class Attributes:
  • output : false
  •  
  • displayname : fieldtypeBean
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string Bean


    • access = public
    • maxlength = 50
    • returntype = any
    true yes
    date DateCreate


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


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


    • access = public
    • maxlength = 25
    • returntype = any
    field true yes
    string Fieldtype


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


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


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


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


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


    • access = public
    • maxlength = 45
    • returntype = any
    true yes
    uuid ModuleID


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


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    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()
    any getBean()
    any getDateCreate()
    any getDateLastUpdate()
    any getDisplaytype()
    any getFieldtype()
    uuid getFieldTypeID()
    boolean getIsData()
    boolean getIsLong()
    boolean getIsMultiSelect()
    any getLabel()
    any getModuleID()
    any getRbLabel()
    fieldtypeBean setAllValues(struct values)
    any setBean(string Bean)
    any setDateCreate(string DateCreate)
    any setDateLastUpdate(string DateLastUpdate)
    any setDisplaytype(string Displaytype)
    any setFieldtype(string Fieldtype)
    any setFieldTypeID(uuid FieldTypeID)
    any setIsData(boolean IsData)
    any setIsLong(boolean IsLong)
    any setIsMultiSelect(boolean IsMultiSelect)
    any setLabel(string Label)
    any setModuleID(string ModuleID)
    any setRbLabel(string RbLabel)
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

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

    Parameters:
    FieldTypeID
    Label
    RbLabel
    Fieldtype
    Bean
    IsData
    IsLong
    IsMultiselect
    ModuleID
    DateCreate
    DateLastUpdate
    Displaytype

    Property Detail

    Bean

    property string Bean

    Attributes:
    access - public
    required - yes
    maxlength - 50
    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

    Displaytype

    property string Displaytype = [field]

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

    Fieldtype

    property string Fieldtype

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

    FieldTypeID

    property uuid FieldTypeID

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

    IsData

    property boolean IsData = [0]

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

    IsLong

    property boolean IsLong = [0]

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

    IsMultiselect

    property boolean IsMultiselect = [0]

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

    Label

    property string Label

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

    ModuleID

    property uuid ModuleID

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

    RbLabel

    property string RbLabel

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

    Method Detail

    getAllValues

    public struct getAllValues()


    getBean

    public any getBean()

    Overrides:
    getBean in class cfobject

    getDateCreate

    public any getDateCreate()


    getDateLastUpdate

    public any getDateLastUpdate()


    getDisplaytype

    public any getDisplaytype()


    getFieldtype

    public any getFieldtype()


    getFieldTypeID

    public uuid getFieldTypeID()


    getIsData

    public boolean getIsData()


    getIsLong

    public boolean getIsLong()


    getIsMultiSelect

    public boolean getIsMultiSelect()


    getLabel

    public any getLabel()


    getModuleID

    public any getModuleID()


    getRbLabel

    public any getRbLabel()


    setAllValues

    public fieldtypeBean setAllValues(struct values)

    Parameters:
    values

    setBean

    public any setBean(string Bean)

    Parameters:
    Bean

    setDateCreate

    public any setDateCreate(string DateCreate)

    Parameters:
    DateCreate

    setDateLastUpdate

    public any setDateLastUpdate(string DateLastUpdate)

    Parameters:
    DateLastUpdate

    setDisplaytype

    public any setDisplaytype(string Displaytype)

    Parameters:
    Displaytype

    setFieldtype

    public any setFieldtype(string Fieldtype)

    Parameters:
    Fieldtype

    setFieldTypeID

    public any setFieldTypeID(uuid FieldTypeID)

    Parameters:
    FieldTypeID

    setIsData

    public any setIsData(boolean IsData)

    Parameters:
    IsData

    setIsLong

    public any setIsLong(boolean IsLong)

    Parameters:
    IsLong

    setIsMultiSelect

    public any setIsMultiSelect(boolean IsMultiSelect)

    Parameters:
    IsMultiSelect

    setLabel

    public any setLabel(string Label)

    Parameters:
    Label

    setModuleID

    public any setModuleID(string ModuleID)

    Parameters:
    ModuleID

    setRbLabel

    public any setRbLabel(string RbLabel)

    Parameters:
    RbLabel