protected static enum SlideMenu.PropertyKeys extends Enum<SlideMenu.PropertyKeys>
Enum Constant and Description |
---|
at |
backLabel |
model |
my |
overlay |
style |
styleClass |
trigger |
triggerEvent |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SlideMenu.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideMenu.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideMenu.PropertyKeys widgetVar
public static final SlideMenu.PropertyKeys model
public static final SlideMenu.PropertyKeys style
public static final SlideMenu.PropertyKeys styleClass
public static final SlideMenu.PropertyKeys backLabel
public static final SlideMenu.PropertyKeys trigger
public static final SlideMenu.PropertyKeys my
public static final SlideMenu.PropertyKeys at
public static final SlideMenu.PropertyKeys overlay
public static final SlideMenu.PropertyKeys triggerEvent
public static SlideMenu.PropertyKeys[] values()
for (SlideMenu.PropertyKeys c : SlideMenu.PropertyKeys.values()) System.out.println(c);
public static SlideMenu.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<SlideMenu.PropertyKeys>
Copyright © 2014. All rights reserved.