public class ContextMenuItem extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
event
Value of the event dispatched by the menu item.
|
String |
icon
Defines the css class called to get the item icon.
|
String |
label
Item label displayed in the menu.
|
| Constructor and Description |
|---|
ContextMenuItem(String label,
String event) |
ContextMenuItem(String label,
String event,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsSeparator() |
static ContextMenuItem |
getSeparator()
Returns a menu separator.
|
public String label
public String event
public String icon
public static ContextMenuItem getSeparator()
public boolean getIsSeparator()
Copyright © 2016 GOT5. All rights reserved.