|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.GridLines
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 |
public static final int None
Use no grid lines.
public static final int Horizontal
Use horizontal grid lines.
public static final int Vertical
Use vertical grid lines.
public static final int Both
Use horizontal and vertical grid lines.
Constructor Detail |
public GridLines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |