|
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.higrid.RowFormat
|
+--com.klg.jclass.higrid.ShowableRowFormat
|
+--com.klg.jclass.higrid.HeaderFormat
A HeaderFormat object describes a row which is
displayed before a group of records within a single table
and contains heading information describing the columns of that table.
| Field Summary |
| Fields inherited from class com.klg.jclass.higrid.RowFormat |
COLUMN_SIZING_TOLERANCE, MIXED_BORDER_STYLES, MIXED_SIZE, MIXED_STYLE, ROW_SIZING_TOLERANCE |
| Constructor Summary | |
HeaderFormat()
Default Constructor. |
|
| Method Summary | |
boolean |
isRepeatHeader()
Retrieves whether to repeat header. |
void |
setRepeatHeader(boolean repeat)
Sets whether to repeat header. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class com.klg.jclass.higrid.ShowableRowFormat |
isShowing, setShowing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HeaderFormat()
| Method Detail |
public boolean isRepeatHeader()
public void setRepeatHeader(boolean repeat)
repeat - Whether header will repeat.public String toString()
toString in class Object
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||