JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class ShowableRowFormat

java.lang.Object
  |
  +--com.klg.jclass.higrid.RowFormat
        |
        +--com.klg.jclass.higrid.ShowableRowFormat
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AfterDetailsFormat, BeforeDetailsFormat, FooterFormat, HeaderFormat

public abstract class ShowableRowFormat
extends RowFormat

ShowableRowFormat objects describe rows which can be displayed or hidden at run-time.

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
ShowableRowFormat()
          Default Constructor.
ShowableRowFormat(boolean showing)
          Default Constructor.
 
Method Summary
 boolean isShowing()
          Retrieves whether this object is showing.
 void setShowing(boolean showing)
          Sets whether this object is showing.
 
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, toString, wait, wait, wait
 

Constructor Detail

ShowableRowFormat

public ShowableRowFormat(boolean showing)
Default Constructor.

Parameters:
showing - Sets initial visibility of row.

ShowableRowFormat

public ShowableRowFormat()
Default Constructor.

Method Detail

isShowing

public boolean isShowing()
Retrieves whether this object is showing.

Overrides:
isShowing in class RowFormat
Returns:
Whether object is currently showing.

setShowing

public void setShowing(boolean showing)
Sets whether this object is showing.

Overrides:
setShowing in class RowFormat
Parameters:
showing - Whether object is to be shown.

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