org.primefaces.component.dialog
Enum Dialog.PropertyKeys
java.lang.Object
java.lang.Enum<Dialog.PropertyKeys>
org.primefaces.component.dialog.Dialog.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Dialog.PropertyKeys>
- Enclosing class:
- Dialog
protected static enum Dialog.PropertyKeys
- extends Enum<Dialog.PropertyKeys>
widgetVar
public static final Dialog.PropertyKeys widgetVar
header
public static final Dialog.PropertyKeys header
draggable
public static final Dialog.PropertyKeys draggable
resizable
public static final Dialog.PropertyKeys resizable
modal
public static final Dialog.PropertyKeys modal
visible
public static final Dialog.PropertyKeys visible
width
public static final Dialog.PropertyKeys width
height
public static final Dialog.PropertyKeys height
minWidth
public static final Dialog.PropertyKeys minWidth
minHeight
public static final Dialog.PropertyKeys minHeight
style
public static final Dialog.PropertyKeys style
styleClass
public static final Dialog.PropertyKeys styleClass
showEffect
public static final Dialog.PropertyKeys showEffect
hideEffect
public static final Dialog.PropertyKeys hideEffect
position
public static final Dialog.PropertyKeys position
closable
public static final Dialog.PropertyKeys closable
onShow
public static final Dialog.PropertyKeys onShow
onHide
public static final Dialog.PropertyKeys onHide
appendToBody
public static final Dialog.PropertyKeys appendToBody
showHeader
public static final Dialog.PropertyKeys showHeader
footer
public static final Dialog.PropertyKeys footer
dynamic
public static final Dialog.PropertyKeys dynamic
minimizable
public static final Dialog.PropertyKeys minimizable
maximizable
public static final Dialog.PropertyKeys maximizable
closeOnEscape
public static final Dialog.PropertyKeys closeOnEscape
dir
public static final Dialog.PropertyKeys dir
values
public static Dialog.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Dialog.PropertyKeys c : Dialog.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Dialog.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<Dialog.PropertyKeys>
Copyright © 2013. All Rights Reserved.