public class ContextMenuItemState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
checkable |
boolean |
checked |
List<ContextMenuItemState> |
childItems |
boolean |
command |
String |
description |
com.vaadin.shared.ui.ContentMode |
descriptionContentMode |
boolean |
enabled |
com.vaadin.shared.communication.URLReference |
icon |
int |
id |
boolean |
separator |
String |
styleName |
String |
text |
Constructor and Description |
---|
ContextMenuItemState() |
public int id
public boolean separator
public String text
public boolean command
public com.vaadin.shared.communication.URLReference icon
public boolean enabled
@NoLayout public String description
@NoLayout public com.vaadin.shared.ui.ContentMode descriptionContentMode
public boolean checkable
public boolean checked
public List<ContextMenuItemState> childItems
public String styleName
Copyright © 2020 Magnolia International Ltd.. All rights reserved.