org.icefaces.mobi.component.viewmanager
protected static enum ViewManagerBase.PropertyKeys extends java.lang.Enum<ViewManagerBase.PropertyKeys>
| Enum Constant and Description |
|---|
backButtonLabel |
barStyle |
clientSide |
headerStyle |
history |
selected |
style |
styleClass |
title |
transitionType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ViewManagerBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewManagerBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewManagerBase.PropertyKeys backButtonLabel
public static final ViewManagerBase.PropertyKeys barStyle
public static final ViewManagerBase.PropertyKeys clientSide
public static final ViewManagerBase.PropertyKeys headerStyle
public static final ViewManagerBase.PropertyKeys history
public static final ViewManagerBase.PropertyKeys selected
public static final ViewManagerBase.PropertyKeys style
public static final ViewManagerBase.PropertyKeys styleClass
public static final ViewManagerBase.PropertyKeys title
public static final ViewManagerBase.PropertyKeys transitionType
public static ViewManagerBase.PropertyKeys[] values()
for (ViewManagerBase.PropertyKeys c : ViewManagerBase.PropertyKeys.values()) System.out.println(c);
public static ViewManagerBase.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<ViewManagerBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.