JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class FooterFormat

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

public class FooterFormat
extends ShowableRowFormat

A FooterFormat object describes a row which is displayed after a group of records within a single table and contains summary information about 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
FooterFormat()
          Default Constructor.
 
Method Summary
 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

FooterFormat

public FooterFormat()
Default Constructor.

Method Detail

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.