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


oracle.dss.dataView.managers
Interface Formattable

All Known Subinterfaces:
CrosstabModel, CrosstabModel, GridViewModel, GridViewModel, TableModel
All Known Implementing Classes:
GridView, ViewFormatHandle, SliceLabel, BaseDataAxis, ThinGridView

public interface Formattable

Methods that allow you to apply a ViewFormat to an object. ViewFormat objects allow you to format numbers.


Method Summary
 ViewFormat getViewFormat()
          Retrieves a ViewFormat for this object.
 void setViewFormat(ViewFormat viewFormat)
          Specifies a ViewFormat for this object.

 

Method Detail

setViewFormat

public void setViewFormat(ViewFormat viewFormat)
Specifies a ViewFormat for this object.
Parameters:
viewFormat - A ViewFormat for this object.

getViewFormat

public ViewFormat getViewFormat()
Retrieves a ViewFormat for this object.
Returns:
A ViewFormat for this object.

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


Copyright © 2003, Oracle. All Rights Reserved.