JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HeaderFormat

java.lang.Object
  |
  +--com.klg.jclass.higrid.RowFormat
        |
        +--com.klg.jclass.higrid.ShowableRowFormat
              |
              +--com.klg.jclass.higrid.HeaderFormat
All Implemented Interfaces:
Serializable

public class HeaderFormat
extends ShowableRowFormat

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.

See Also:
Serialized Form

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 com.klg.jclass.higrid.RowFormat
calculatePreferredHeight, checkForRowResizing, computeSize, computeWidth, createEditStatus, createIndicatorFormats, createNodeFormat, draw, drawCells, findFromFormat, getActualColumnIndex, getAllowHeightSizing, getBackground, getBorderInsets, getBorderStyle, getDataFormats, getDataWidth, getFirstVisibleCell, getFontName, getFontSize, getFontStyle, getForeground, getHeaderLabel, getHeight, getIndicatorFormats, getIndicatorIndent, getInitialLevelIndent, getLastVisibleCell, getMetaData, getNodeIndent, getParent, getPreferredHeight, getTotalPrintWidth, getTotalWidth, getVisibleColumnCount, getVisibleColumnIndex, getWidth, getXPosition, heightChanged, hitTest, hitTestWithinRow, nextRow, nullDraw, prepareDrawingArea, setAllowHeightSizing, setBackground, setBorderInsets, setBorderStyle, setCellStyle, setCellStyle, setCellWidths, setDataCellStyle, setDataFormats, setFont, setForeground, setHeight, setIndicatorCellStyle, setIndicatorFormats, setMetaData, setParent, setWidth, shouldConnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderFormat

public HeaderFormat()
Default Constructor.

Method Detail

isRepeatHeader

public boolean isRepeatHeader()
Retrieves whether to repeat header.

Returns:
Whether header will repeat.

setRepeatHeader

public void setRepeatHeader(boolean repeat)
Sets whether to repeat header.

Parameters:
repeat - Whether header will repeat.

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.

Copyright © 2004 Quest Software Inc..
All rights reserved.