lucee.Componentcontentbox.models.BaseEntityMethods
contentbox.models.menu.item.BaseMenuItem
contentbox.models.menu.item.ContentMenuItem
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- A Content-based Menu Item
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
contentService
|
true
|
false
|
|
any
|
contentSlug
|
true
|
false
|
|
any
|
provider
|
true
|
false
|
|
any
|
target
|
true
|
false
|
|
any
|
urlClass
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
boolean
|
canDisplay(struct options='[runtime expression]')
Available precheck to determine display-ability of menu item. |
string
|
getContentService()
|
string
|
getContentSlug()
|
string
|
getProvider()
|
string
|
getTarget()
|
string
|
getUrlClass()
|
any
|
setContentService(any contentService)
|
any
|
setContentSlug(any contentSlug)
|
any
|
setProvider(any provider)
|
any
|
setTarget(any target)
|
any
|
setUrlClass(any urlClass)
|
Methods inherited from class contentbox.models.BaseEntityMethods |
---|
appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, isLoaded, preInsert, preUpdate |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- provider:contentService@contentboxpersistent
- falseserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- contentSlugnotnull
- falseormtype
- stringserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- provider:contentbox.models.menu.providers.ContentProviderpersistent
- falseserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- targetnotnull
- falseormtype
- stringserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- urlClassnotnull
- falseormtype
- stringserializable
- trueMethod Detail |
---|
Available precheck to determine display-ability of menu item
canDisplay
in class
BaseMenuItem
options
- Additional arguments to be used in the methodcontentService
contentSlug
provider
target
urlClass