Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.table
Interface TableCommon

All Superinterfaces:
ComponentTypeConverter, DataviewCommon, GridViewCommon
All Known Implementing Classes:
Table, ThinTable

public interface TableCommon
extends GridViewCommon

Thick and thin view beans share this interface.


Fields inherited from interface oracle.dss.gridView.GridViewCommon
ABSOLUTE_COLUMN_SIZING, COLUMN_BANDING, NO_BANDING, NO_COLUMN_SIZING, RELATIVE_COLUMN_SIZING, ROW_BANDING

 

Method Summary
 boolean isIncrementalFetchEnabled()
          Indicates whether incremental fetch is enabled.
 boolean isIncrementalFetchRowVisible()
          Determine whether the incremental fetch row is currently visible

 

Methods inherited from interface oracle.dss.gridView.GridViewCommon
getBanding, getCellMaxHeight, getCellMaxWidth, getCellMinHeight, getCellMinWidth, getHTMLColumnSizing, getHTMLRowBlockSize, getHTMLTableCellPadding, getHTMLTableWidth, getHTMLTextInputSize, setBanding, setDefaultCornerComponentColor, setHTMLColumnSizing, setHTMLRowBlockSize, setHTMLTableCellPadding, setHTMLTableWidth, setHTMLTextInputSize

 

Methods inherited from interface oracle.dss.dataView.DataviewCommon
getDataSource, getErrorHandler, getHTMLPagingControlWidth, getLocale, getModel, isHTMLPagingControlAutosubmit, setDataSource, setHTMLPagingControlAutosubmit, setHTMLPagingControlWidth

 

Methods inherited from interface oracle.dss.rules.ComponentTypeConverter
convertComponentTypeToInteger, convertComponentTypeToString

 

Method Detail

isIncrementalFetchEnabled

public boolean isIncrementalFetchEnabled()
Indicates whether incremental fetch is enabled. When incremental fetch is enabled, only a certain number of rows of data appears in the table, and users can click on the last row to see more rows of data.
Returns:
true if incremental fetch is enabled, false if it is not.
See Also:
Table.setIncrementalFetchEnabled(boolean)

isIncrementalFetchRowVisible

public boolean isIncrementalFetchRowVisible()
Determine whether the incremental fetch row is currently visible
Returns:
true if the incremental fetch row is visible

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.