lucee.Componentcontentbox.models.menu.providers.BaseProvider
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Base Provider
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
string
|
description
|
true
|
false
|
|
string
|
entityName
|
true
|
false
|
|
string
|
iconClass
|
true
|
false
|
|
string
|
name
|
true
|
false
|
|
any
|
renderer
|
true
|
false
|
|
string
|
type
|
true
|
false
|
Method Summary | |
---|---|
string
|
getDescription()
Gets the description of the menu item provider. |
string
|
getEntityName()
Gets the entityName for the menu item provider. |
string
|
getIconClass()
Gets the iconCls of the menu item provider. |
string
|
getName()
Gets the name of the menu item provider. |
string
|
getRenderer()
|
string
|
getType()
Gets the name of the menu item provider. |
any
|
setDescription(string description)
|
any
|
setEntityName(string entityName)
|
any
|
setIconClass(string iconClass)
|
any
|
setName(string name)
|
any
|
setRenderer(any renderer)
|
any
|
setType(string type)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- provider:ColdBoxRendererserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Gets the description of the menu item provider
Gets the entityName for the menu item provider
Gets the iconCls of the menu item provider
Gets the name of the menu item provider
Gets the name of the menu item provider
description
entityName
iconClass
name
renderer
type