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


oracle.dss.thin.beans.gridView
Interface GridViewModel

All Superinterfaces:
Formattable, Model
All Known Subinterfaces:
CrosstabModel

public interface GridViewModel
extends Model, Formattable

Describes the thin gridView-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
 GridViewDatabodyStyleManager getGridViewDatabodyStyleManager()
          Get the databody style manager for the gridView.
 GridViewFormatManager getGridViewFormatManager()
          Get the format manager for the gridView.
 GridViewHeaderStyleManager getGridViewHeaderStyleManager()
          Get the header style manager for the gridView.
 ViewFormat getViewFormat()
          Get the ViewFormat for the gridView.
 void setViewFormat(ViewFormat vf)
          Set the gridView's ViewFormat.

 

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

 

Method Detail

getGridViewFormatManager

public GridViewFormatManager getGridViewFormatManager()
Get the format manager for the gridView.
Returns:
the gridView's format manager

getViewFormat

public ViewFormat getViewFormat()
Get the ViewFormat for the gridView.
Specified by:
getViewFormat in interface Formattable
Returns:
the gridView's ViewFormat

setViewFormat

public void setViewFormat(ViewFormat vf)
Set the gridView's ViewFormat.
Specified by:
setViewFormat in interface Formattable
Parameters:
vf - the ViewFormat to set

getGridViewHeaderStyleManager

public GridViewHeaderStyleManager getGridViewHeaderStyleManager()
Get the header style manager for the gridView.
Returns:
the gridView's header style manager

getGridViewDatabodyStyleManager

public GridViewDatabodyStyleManager getGridViewDatabodyStyleManager()
Get the databody style manager for the gridView.
Returns:
the gridView's databody style manager

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


Copyright © 2003, Oracle. All Rights Reserved.