public static class MenuSharedState.MenuItemState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
checkable |
boolean |
checked |
List<MenuSharedState.MenuItemState> |
childItems |
boolean |
command |
String |
description |
boolean |
enabled |
com.vaadin.shared.communication.URLReference |
icon |
int |
id |
boolean |
separator |
String |
styleName |
String |
text |
Constructor and Description |
---|
MenuItemState() |
public int id
public boolean separator
public String text
public boolean command
public com.vaadin.shared.communication.URLReference icon
public boolean enabled
public String description
public boolean checkable
public boolean checked
public List<MenuSharedState.MenuItemState> childItems
public String styleName
Copyright © 2016 Vaadin Ltd. All Rights Reserved.