mura.formBuilder

Class fieldOptionBean

lucee.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
  •  
  • synchronized : false
  •  
  • orderby : val
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    mura.formBuilder.none created


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


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


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


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


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


    • access = public
    • fieldtype = index
    • returntype = any
    • displayname = Value
    • datatype = varchar
    • length = 250
    true false
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getBundleable, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getManageSchema, getPrimaryKey, 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
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    created

    property mura.formBuilder.none created

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

    isdefault

    property mura.formBuilder.none isdefault = [0]

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

    label

    property mura.formBuilder.textfield label

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

    orderno

    property mura.formBuilder.none orderno = [0]

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

    site

    property any site

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

    val

    property mura.formBuilder.textfield val

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