protected static enum ContextMenuBase.PropertyKeys extends java.lang.Enum<ContextMenuBase.PropertyKeys>
| Enum Constant and Description |
|---|
direction |
effect |
effectDuration |
fetch |
forceMenuUpdate |
forceUpdateCounter |
forDelegate |
forValue |
model |
store |
style |
styleClass |
submenuLabels |
zindex |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ContextMenuBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextMenuBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextMenuBase.PropertyKeys direction
public static final ContextMenuBase.PropertyKeys effect
public static final ContextMenuBase.PropertyKeys effectDuration
public static final ContextMenuBase.PropertyKeys fetch
public static final ContextMenuBase.PropertyKeys forValue
public static final ContextMenuBase.PropertyKeys forDelegate
public static final ContextMenuBase.PropertyKeys forceMenuUpdate
public static final ContextMenuBase.PropertyKeys model
public static final ContextMenuBase.PropertyKeys store
public static final ContextMenuBase.PropertyKeys style
public static final ContextMenuBase.PropertyKeys styleClass
public static final ContextMenuBase.PropertyKeys zindex
public static final ContextMenuBase.PropertyKeys forceUpdateCounter
public static final ContextMenuBase.PropertyKeys submenuLabels
public static ContextMenuBase.PropertyKeys[] values()
for (ContextMenuBase.PropertyKeys c : ContextMenuBase.PropertyKeys.values()) System.out.println(c);
public static ContextMenuBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ContextMenuBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.