org.vaadin.peter.contextmenu.client
Class ContextMenuState.ContextMenuItemState

java.lang.Object
  extended by org.vaadin.peter.contextmenu.client.ContextMenuState.ContextMenuItemState
All Implemented Interfaces:
Serializable
Enclosing class:
ContextMenuState

public static class ContextMenuState.ContextMenuItemState
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String caption
           
 boolean enabled
           
 String id
           
 boolean separator
           
 
Constructor Summary
ContextMenuState.ContextMenuItemState()
           
 
Method Summary
 ContextMenuState.ContextMenuItemState addChild(String caption, String id)
           
 List<ContextMenuState.ContextMenuItemState> getChildren()
           
 void setChildren(List<ContextMenuState.ContextMenuItemState> children)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caption

public String caption

id

public String id

separator

public boolean separator

enabled

public boolean enabled
Constructor Detail

ContextMenuState.ContextMenuItemState

public ContextMenuState.ContextMenuItemState()
Method Detail

addChild

public ContextMenuState.ContextMenuItemState addChild(String caption,
                                                      String id)

getChildren

public List<ContextMenuState.ContextMenuItemState> getChildren()

setChildren

public void setChildren(List<ContextMenuState.ContextMenuItemState> children)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.