org.richfaces.component
Enum Positioning
java.lang.Object
java.lang.Enum<Positioning>
org.richfaces.component.Positioning
- All Implemented Interfaces:
- Serializable, Comparable<Positioning>
public enum Positioning
- extends Enum<Positioning>
- Author:
- amarkhel
auto
public static final Positioning auto
topLeft
public static final Positioning topLeft
topRight
public static final Positioning topRight
bottomLeft
public static final Positioning bottomLeft
bottomRight
public static final Positioning bottomRight
autoLeft
public static final Positioning autoLeft
autoRight
public static final Positioning autoRight
topAuto
public static final Positioning topAuto
bottomAuto
public static final Positioning bottomAuto
DEFAULT
public static final Positioning DEFAULT
values
public static Positioning[] 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 (Positioning c : Positioning.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Positioning 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
getValue
public String getValue()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.