|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AbsolutePosition>
org.axsl.common.value.AbsolutePosition
public enum AbsolutePosition
Enumeration of possible absolute-position values.
Enum Constant Summary | |
---|---|
ABSOLUTE
The area's position (and possible size) is specified with the "left", "right", "top", and "bottom" properties. |
|
AUTO
There is no absolute-positioning constraint. |
|
FIXED
The area's position is calculated according to the "absolute" model, but in addition, the area is fixed with respect to some reference. |
Method Summary | |
---|---|
boolean |
isAbsolutelyPositioned()
Indicates whether the area is absolutely positioned or not. |
static AbsolutePosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbsolutePosition[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbsolutePosition AUTO
public static final AbsolutePosition ABSOLUTE
public static final AbsolutePosition FIXED
Method Detail |
---|
public static final AbsolutePosition[] values()
for(AbsolutePosition c : AbsolutePosition.values()) System.out.println(c);
public static AbsolutePosition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic boolean isAbsolutelyPositioned()
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.