Class MenuGroup
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class MenuGroup extends MenuEntry
A menu entries which groups other menu entries in a submenu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.contentmanagement.MenuEntry
showInClassicFrontend, showInNewFrontend
-
-
Constructor Summary
Constructors Constructor Description MenuGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MenuEntry>getEntries()MenuEntryNaturegetNature()MenuGroupPositiongetPosition()voidsetEntries(List<MenuEntry> entries)voidsetPosition(MenuGroupPosition position)-
Methods inherited from class org.cyclos.entities.contentmanagement.MenuEntry
getDataTranslationType, getGroup, getLastModified, getLastModifiedMillis, getSvgIcon, setGroup, setLastModified, setSvgIcon
-
Methods inherited from class org.cyclos.entities.contentmanagement.ContentItem
getConfiguration, getInternalName, getNetwork, getVisibility, setConfiguration, setInternalName, setVisibility
-
Methods inherited from class org.cyclos.entities.OrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName, toShortString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getNature
public MenuEntryNature getNature()
-
getPosition
public MenuGroupPosition getPosition()
-
setPosition
public void setPosition(MenuGroupPosition position)
-
-