|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormatManager
This interface describes the API to which a class implementing data formatting for view beans must adhere.
Method Summary | |
---|---|
java.lang.Object |
formatDataValue(DataviewCommon view,
java.lang.Object data,
int column,
int row,
int[] pageHPos,
ViewFormat vf)
Given a data object return a formatted version of that data object for the given data plane location. |
java.util.Vector |
getBundles()
Retrieves the vector of rule bundles that this manager uses to format Dataview items. |
void |
setBundles(DataviewCommon view,
java.util.Vector bundles)
Specifies the vector of RuleBundle objects to use. |
Methods inherited from interface oracle.dss.dataView.Manager |
---|
dataSourceChanged |
Methods inherited from interface oracle.dss.dataView.UIBundle |
---|
getUIBundle, setUIBundle |
Method Detail |
---|
java.lang.Object formatDataValue(DataviewCommon view, java.lang.Object data, int column, int row, int[] pageHPos, ViewFormat vf)
view
- the view needing formatting resolutiondata
- the data to formatcolumn
- the across location of this data itemrow
- the down location of this data itempageHPos
- the hPos of the page on which this data item residesvf
- ViewFormat which may be used in the formatting
void setBundles(DataviewCommon view, java.util.Vector bundles)
RuleBundle
objects to use.
The vector is passed by value.
bundles
- The vector of rule bundles that this manager should
use.RuleBundle
java.util.Vector getBundles()
Dataview
items.
Rule bundle vectors are passed by value.
If you modify the vector that this method returns, call the
setBundles
method to set the modified vector.
RuleBundle
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |