public static enum OutputPanel.PropertyKeys extends Enum<OutputPanel.PropertyKeys>
Enum Constant and Description |
---|
autoUpdate |
deferred |
deferredMode |
delay |
global |
layout |
style |
styleClass |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OutputPanel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputPanel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputPanel.PropertyKeys style
public static final OutputPanel.PropertyKeys styleClass
public static final OutputPanel.PropertyKeys autoUpdate
public static final OutputPanel.PropertyKeys deferred
public static final OutputPanel.PropertyKeys deferredMode
public static final OutputPanel.PropertyKeys global
public static final OutputPanel.PropertyKeys layout
public static final OutputPanel.PropertyKeys delay
public static OutputPanel.PropertyKeys[] values()
for (OutputPanel.PropertyKeys c : OutputPanel.PropertyKeys.values()) System.out.println(c);
public static OutputPanel.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<OutputPanel.PropertyKeys>
Copyright © 2017. All rights reserved.