|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.HorizontalAlign
Contains fields that specify the horizontal alignment of an element in a component.
Field Summary | |
static int |
Center
Align the element to the center. |
static int |
Justify
Use justified alignment. |
static int |
Left
Align the element to the left edge. |
static int |
NotSet
Horizonal alignment is not specified. |
static int |
Right
Align the element to the right. |
Constructor Summary | |
HorizontalAlign()
|
Method Summary | |
static java.lang.String |
toString(int type)
Returns the horizonal alignment as a String .
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NotSet
Horizonal alignment is not specified.
public static final int Left
Align the element to the left edge.
public static final int Center
Align the element to the center.
public static final int Right
Align the element to the right.
public static final int Justify
Use justified alignment.
Constructor Detail |
public HorizontalAlign()
Method Detail |
public static java.lang.String toString(int type)
Returns the horizonal alignment as a String
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |