public interface IMenuEntryModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
IMenuEntryModel |
addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child) |
IMenuEntryModel |
addChild(IMenuEntryModel child) |
EAdminDashCategory |
getAdminDashCategory() |
List<IMenuEntryModel> |
getChildren() |
String |
getDescription() |
String |
getHelpID() |
String |
getHref() |
IGuiIcon |
getIcon() |
String |
getId() |
IMenuEntryModel |
getParent() |
String |
getTarget() |
String |
getText() |
boolean |
isAccessable() |
boolean |
isExternal() |
boolean |
isHasRenderedChildren() |
boolean |
isLicensed() |
boolean |
isRendered() |
boolean |
isRenderedOnDash() |
void |
setParent(MenuEntryModel parent) |
IMenuEntryModel addChild(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> child)
IMenuEntryModel addChild(IMenuEntryModel child)
List<IMenuEntryModel> getChildren()
String getDescription()
String getHelpID()
String getHref()
IGuiIcon getIcon()
null.String getId()
String getText()
String getTarget()
get - target for menu entry link f.e. _self, _blank, _top, framenameboolean isAccessable()
boolean isExternal()
boolean isRendered()
isAccessable() by that user.boolean isRenderedOnDash()
EAdminDashCategory getAdminDashCategory()
null, this item is not available on the sadmin dashboard. Otherwise, it is available under
that category.boolean isLicensed()
true if the license allows this feature, false otherwise.IMenuEntryModel getParent()
null if it is a root entry.void setParent(MenuEntryModel parent)
parent - The parent of this entry, or null if it is a root entry.boolean isHasRenderedChildren()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.