protected static enum ContextMenu.PropertyKeys extends Enum<ContextMenu.PropertyKeys>
Enum Constant and Description |
---|
beforeShow |
event |
forValue |
model |
nodeType |
selectionMode |
style |
styleClass |
targetFilter |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ContextMenu.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextMenu.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextMenu.PropertyKeys widgetVar
public static final ContextMenu.PropertyKeys forValue
public static final ContextMenu.PropertyKeys style
public static final ContextMenu.PropertyKeys styleClass
public static final ContextMenu.PropertyKeys model
public static final ContextMenu.PropertyKeys nodeType
public static final ContextMenu.PropertyKeys event
public static final ContextMenu.PropertyKeys beforeShow
public static final ContextMenu.PropertyKeys selectionMode
public static final ContextMenu.PropertyKeys targetFilter
public static ContextMenu.PropertyKeys[] values()
for (ContextMenu.PropertyKeys c : ContextMenu.PropertyKeys.values()) System.out.println(c);
public static ContextMenu.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ContextMenu.PropertyKeys>
Copyright © 2015. All rights reserved.