RichFaces UI Components UI 4.3.5.Final

org.richfaces.component
Enum UINotifyMessages.Properties

java.lang.Object
  extended by java.lang.Enum<UINotifyMessages.Properties>
      extended by org.richfaces.component.UINotifyMessages.Properties
All Implemented Interfaces:
Serializable, Comparable<UINotifyMessages.Properties>
Enclosing class:
UINotifyMessages

protected static enum UINotifyMessages.Properties
extends Enum<UINotifyMessages.Properties>


Enum Constant Summary
ajaxRendered
           
escape
           
keepTransient
           
nonblocking
           
nonblockingOpacity
           
showCloseButton
           
showShadow
           
stack
           
stayTime
           
sticky
           
styleClass
           
 
Method Summary
static UINotifyMessages.Properties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UINotifyMessages.Properties[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ajaxRendered

public static final UINotifyMessages.Properties ajaxRendered

escape

public static final UINotifyMessages.Properties escape

keepTransient

public static final UINotifyMessages.Properties keepTransient

nonblocking

public static final UINotifyMessages.Properties nonblocking

nonblockingOpacity

public static final UINotifyMessages.Properties nonblockingOpacity

showCloseButton

public static final UINotifyMessages.Properties showCloseButton

showShadow

public static final UINotifyMessages.Properties showShadow

stack

public static final UINotifyMessages.Properties stack

stayTime

public static final UINotifyMessages.Properties stayTime

sticky

public static final UINotifyMessages.Properties sticky

styleClass

public static final UINotifyMessages.Properties styleClass
Method Detail

values

public static UINotifyMessages.Properties[] 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 (UINotifyMessages.Properties c : UINotifyMessages.Properties.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UINotifyMessages.Properties 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

RichFaces UI Components UI 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.