Uses of Class
org.opencms.ui.shared.CmsContextMenuState.ContextMenuItemState
Packages that use CmsContextMenuState.ContextMenuItemState
Package
Description
Contains code for workplace context menu.
-
Uses of CmsContextMenuState.ContextMenuItemState in org.opencms.ui.contextmenu
Constructors in org.opencms.ui.contextmenu with parameters of type CmsContextMenuState.ContextMenuItemStateModifierConstructorDescriptionprotected
ContextMenuItem
(CmsContextMenu.ContextMenuItem parent, CmsContextMenuState.ContextMenuItemState itemState) Constructor. -
Uses of CmsContextMenuState.ContextMenuItemState in org.opencms.ui.shared
Methods in org.opencms.ui.shared that return CmsContextMenuState.ContextMenuItemStateModifier and TypeMethodDescriptionAdds a child item.Adds a child item.Methods in org.opencms.ui.shared that return types with arguments of type CmsContextMenuState.ContextMenuItemStateModifier and TypeMethodDescriptionCmsContextMenuState.ContextMenuItemState.getChildren()
Returns the child items.CmsContextMenuState.getRootItems()
Returns the root items.Methods in org.opencms.ui.shared with parameters of type CmsContextMenuState.ContextMenuItemStateModifier and TypeMethodDescriptionvoid
CmsContextMenuState.ContextMenuItemState.removeChild
(CmsContextMenuState.ContextMenuItemState child) Removes the given child.Method parameters in org.opencms.ui.shared with type arguments of type CmsContextMenuState.ContextMenuItemStateModifier and TypeMethodDescriptionvoid
CmsContextMenuState.ContextMenuItemState.setChildren
(List<CmsContextMenuState.ContextMenuItemState> children) Sets the child items.void
CmsContextMenuState.setRootItems
(List<CmsContextMenuState.ContextMenuItemState> rootItems) Sets the root items.