|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.page.JCAlternate
The JCAlternate
controls alternating colors on rows and columns
of the JCPageTable
. Row and column alternating are mutually exclusive.
Field Summary | |
Color |
c1
The color for rows/columns where row/column number % 2 == 0. |
Color |
c2
The color for rows/columns where row/column number % 2 != 0. |
static com.klg.jclass.page.JCAlternate |
COLUMN
Alternate lightGray/gray on columns. |
static com.klg.jclass.page.JCAlternate |
ROW
Alternate lightGray/gray on rows. |
boolean |
rowOriented
Alternate colors on rows ( true ) or columns (false ). |
Constructor Summary | |
JCAlternate(Color c1,
Color c2,
boolean rowOriented)
The Alternate object controls whether to alternate on
rows or columns and the colors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Color c1
public Color c2
public boolean rowOriented
true
) or columns (false
).
public static final com.klg.jclass.page.JCAlternate ROW
public static final com.klg.jclass.page.JCAlternate COLUMN
Constructor Detail |
public JCAlternate(Color c1, Color c2, boolean rowOriented)
Alternate
object controls whether to alternate on
rows or columns and the colors.
c1
- the Color for rows rowNumber % 2 == 0c2
- the Color for rows rowNumber % 2 != 0rowOriented
- a boolean, alternate colors on rows (true
) or
columns (false
)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |