Richfaces UI Components API 4.1.0.20111101-M4

org.richfaces.component
Enum OutputPanelLayout

java.lang.Object
  extended by java.lang.Enum<OutputPanelLayout>
      extended by org.richfaces.component.OutputPanelLayout
All Implemented Interfaces:
Serializable, Comparable<OutputPanelLayout>

public enum OutputPanelLayout
extends Enum<OutputPanelLayout>

Author:
Nick Belaevski

Enum Constant Summary
block
           
inline
           
 
Field Summary
static OutputPanelLayout DEFAULT
           
 
Method Summary
static OutputPanelLayout valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputPanelLayout[] 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

inline

public static final OutputPanelLayout inline

block

public static final OutputPanelLayout block
Field Detail

DEFAULT

public static final OutputPanelLayout DEFAULT
Method Detail

values

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

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

valueOf

public static OutputPanelLayout 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 API 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.