public static class ContextMenuState.ContextMenuItemState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
caption |
boolean |
enabled |
String |
id |
boolean |
separator |
Constructor and Description |
---|
ContextMenuItemState() |
Modifier and Type | Method and Description |
---|---|
ContextMenuState.ContextMenuItemState |
addChild(String caption,
String id) |
List<ContextMenuState.ContextMenuItemState> |
getChildren() |
void |
setChildren(List<ContextMenuState.ContextMenuItemState> children) |
public String caption
public String id
public boolean separator
public boolean enabled
public ContextMenuState.ContextMenuItemState addChild(String caption, String id)
public List<ContextMenuState.ContextMenuItemState> getChildren()
public void setChildren(List<ContextMenuState.ContextMenuItemState> children)
Copyright © 2016 Magnolia International Ltd.. All rights reserved.