org.primefaces.component.dialog
Enum Dialog.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Dialog.PropertyKeys>
      extended by 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>


Enum Constant Summary
appendTo
           
appendToBody
           
closable
           
closeOnEscape
           
dir
           
draggable
           
dynamic
           
focus
           
footer
           
header
           
height
           
hideEffect
           
maximizable
           
minHeight
           
minimizable
           
minWidth
           
modal
           
onHide
           
onShow
           
position
           
resizable
           
showEffect
           
showHeader
           
style
           
styleClass
           
visible
           
widgetVar
           
width
           
 
Method Summary
 String toString()
           
static Dialog.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Dialog.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

appendTo

public static final Dialog.PropertyKeys appendTo

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

focus

public static final Dialog.PropertyKeys focus
Method Detail

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.