mura.formBuilder

Class fieldOptionBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.formBuilder.fieldOptionBean

This provides fieldOptionBean functionality

Class Attributes:
  • displayname : fieldOptionBean
  •  
  • orderby : val
  •  
    Property Summary
    type property default serializable required
    mura.formBuilder.none created


    • datatype = timestamp
    • fieldtype = index
    • returntype = any
    • access = public
    true false
    mura.formBuilder.none isdefault


    • datatype = int
    • returntype = any
    • access = public
    0 true false
    mura.formBuilder.textfield label


    • displayname = Label
    • datatype = varchar
    • fieldtype = index
    • returntype = any
    • length = 250
    • access = public
    true false
    mura.formBuilder.none orderno


    • datatype = int
    • fieldtype = index
    • returntype = any
    • access = public
    0 true false
    any site


    • cfc = site
    • fieldtype = one-to-one
    • returntype = any
    • fkcolumn = siteid
    • access = public
    true false
    mura.formBuilder.textfield val


    • displayname = Value
    • datatype = varchar
    • fieldtype = index
    • returntype = any
    • length = 250
    • access = public
    true false
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getLoadSQLColumnsAndTables, getManageSchema, getPrimaryKey, getPropertiesAsJSON, getQueryAttrs, getQueryParamType, getQueryService, getReadOnly, getSaveErrors, getSite, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, init, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, save, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Property Detail

    created

    property mura.formBuilder.none created

    Attributes:
    datatype - timestamp
    fieldtype - index
    returntype - any
    required - false
    access - public
    serializable - true

    isdefault

    property mura.formBuilder.none isdefault = [0]

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

    label

    property mura.formBuilder.textfield label

    Attributes:
    displayname - Label
    datatype - varchar
    fieldtype - index
    returntype - any
    length - 250
    required - false
    access - public
    serializable - true

    orderno

    property mura.formBuilder.none orderno = [0]

    Attributes:
    datatype - int
    fieldtype - index
    returntype - any
    required - false
    access - public
    serializable - true

    site

    property any site

    Attributes:
    cfc - site
    fieldtype - one-to-one
    returntype - any
    required - false
    fkcolumn - siteid
    access - public
    serializable - true

    val

    property mura.formBuilder.textfield val

    Attributes:
    displayname - Value
    datatype - varchar
    fieldtype - index
    returntype - any
    length - 250
    required - false
    access - public
    serializable - true