public interface FormatManager extends Manager, UIBundle
| Modifier and Type | Method and Description |
|---|---|
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. |
dataSourceChangedgetUIBundle, setUIBundlejava.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 formattingvoid 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.RuleBundlejava.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