mura.formBuilder

Class fieldtypeBean

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

This provides fieldtypeBean functionality

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


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


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


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


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


    • returntype = any
    • maxlength = 35
    • access = public
    true true
    string Fieldtype


    • returntype = any
    • maxlength = 25
    • access = public
    true true
    boolean IsData


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


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


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


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


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


    • returntype = any
    • maxlength = 35
    • access = public
    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()
    uuid getFieldTypeID()
    any getFieldtype()
    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 setFieldTypeID(uuid FieldTypeID)
    any setFieldtype(string Fieldtype)
    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, getEntity, 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 WEB-INF.cftags.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:
    returntype - any
    required - true
    maxlength - 50
    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

    Displaytype

    property string Displaytype = [field]

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

    FieldTypeID

    property uuid FieldTypeID

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

    Fieldtype

    property string Fieldtype

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

    IsData

    property boolean IsData = [0]

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

    IsLong

    property boolean IsLong = [0]

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

    IsMultiselect

    property boolean IsMultiselect = [0]

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

    Label

    property string Label

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

    ModuleID

    property uuid ModuleID

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

    RbLabel

    property string RbLabel

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


    getFieldTypeID

    public uuid getFieldTypeID()


    getFieldtype

    public any getFieldtype()


    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

    setFieldTypeID

    public any setFieldTypeID(uuid FieldTypeID)

    Parameters:
    FieldTypeID

    setFieldtype

    public any setFieldtype(string Fieldtype)

    Parameters:
    Fieldtype

    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