com.businessobjects.jsf.sdk.properties
Class HorizontalAlign

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.HorizontalAlign

public class HorizontalAlign
extends java.lang.Object

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

NotSet

public static final int NotSet

Horizonal alignment is not specified.

See Also:
Constant Field Values

Left

public static final int Left

Align the element to the left edge.

See Also:
Constant Field Values

Center

public static final int Center

Align the element to the center.

See Also:
Constant Field Values

Right

public static final int Right

Align the element to the right.

See Also:
Constant Field Values

Justify

public static final int Justify

Use justified alignment.

See Also:
Constant Field Values
Constructor Detail

HorizontalAlign

public HorizontalAlign()
Method Detail

toString

public static java.lang.String toString(int type)

Returns the horizonal alignment as a String.