com.businessobjects.jsf.sdk.properties
Class GridLines

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

public class GridLines
extends java.lang.Object

Contains fields that specify the type of grid lines.


Field Summary
static int Both
           Use horizontal and vertical grid lines.
static int Horizontal
           Use horizontal grid lines.
static int None
           Use no grid lines.
static int Vertical
           Use vertical grid lines.
 
Constructor Summary
GridLines()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

Use no grid lines.

See Also:
Constant Field Values

Horizontal

public static final int Horizontal

Use horizontal grid lines.

See Also:
Constant Field Values

Vertical

public static final int Vertical

Use vertical grid lines.

See Also:
Constant Field Values

Both

public static final int Both

Use horizontal and vertical grid lines.

See Also:
Constant Field Values
Constructor Detail

GridLines

public GridLines()