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


oracle.dss.table
Interface TableModel

All Superinterfaces:
Formattable, GridViewModel, Model

public interface TableModel
extends GridViewModel

Describes the table-specific model API.


Fields inherited from interface oracle.dss.dataView.Model
VIEW_PAGE_FIRST, VIEW_PAGE_LAST, VIEW_PAGE_NEXT, VIEW_PAGE_PREVIOUS

 

Method Summary
 void addTableDataListener(TableDataListener l)
          Set table data related event listener on bean.
 int getFetchIncrement()
          Get the number of rows of data to fetch when incremental fetch occurs.
 java.lang.String getFetchMessage()
          Get the message to be displayed in the incremental fetch row.
 boolean isIncrementalFetchEnabled()
          Determine if incremental fetch is enabled
 void removeTableDataListener(TableDataListener l)
          Remove table data related event listener on bean.
 void setFetchIncrement(int i)
          Set the number of rows of data to fetch when incremental fetch occurs.
 void setFetchMessage(java.lang.String s)
          Set the message to appear in the incremental fetch row.
 void setIncrementalFetchEnabled(boolean b)
          Set whether incremental fetch is enabled

 

Methods inherited from interface oracle.dss.gridView.GridViewModel
addGridViewDataListener, getGridViewDatabodyStyleManager, getGridViewFormatManager, getGridViewHeaderStyleManager, getViewFormat, removeGridViewDataListener, setViewFormat

 

Methods inherited from interface oracle.dss.dataView.Model
addDataListener, addModelListener, getDataAccess, getDataDirector, getDataSource, isDrillingEnabled, removeDataListener, removeModelListener, setDataAccess, setDataDirector, setDataSource, setDrillingEnabled

 

Method Detail

setIncrementalFetchEnabled

public void setIncrementalFetchEnabled(boolean b)
Set whether incremental fetch is enabled
Parameters:
b - true to enable incremental fetch

isIncrementalFetchEnabled

public boolean isIncrementalFetchEnabled()
Determine if incremental fetch is enabled
Returns:
true if incremental fetch is enabled

setFetchMessage

public void setFetchMessage(java.lang.String s)
Set the message to appear in the incremental fetch row.
Parameters:
s - message to be displayed when incremental fetch is enabled

getFetchMessage

public java.lang.String getFetchMessage()
Get the message to be displayed in the incremental fetch row.
Returns:
the message to display when incremental fetch is enabled

setFetchIncrement

public void setFetchIncrement(int i)
Set the number of rows of data to fetch when incremental fetch occurs.
Parameters:
i - the number of rows to fetch

getFetchIncrement

public int getFetchIncrement()
Get the number of rows of data to fetch when incremental fetch occurs.
Returns:
the number of rows to fetch

addTableDataListener

public void addTableDataListener(TableDataListener l)
Set table data related event listener on bean.
Parameters:
l - listener instance

removeTableDataListener

public void removeTableDataListener(TableDataListener l)
Remove table data related event listener on bean.
Parameters:
l - listener instance

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


Copyright © 2003, Oracle. All Rights Reserved.