|
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 |
java.lang.Objectoracle.dss.dataView.managers.RuleManager
oracle.dss.graph.managers.GraphRuleStyles
public class GraphRuleStyles
Field Summary | |
---|---|
protected EdgeComponentInfo |
einfo
|
Fields inherited from class oracle.dss.dataView.managers.RuleManager |
---|
m_bundles, m_context, m_dataview, m_uiBundle, UIBUNDLE_NAME |
Constructor Summary | |
---|---|
GraphRuleStyles()
Class constructor. |
Method Summary | |
---|---|
void |
dataSourceChanged()
NEW This implementation does nothing. |
GraphStyle |
getGraphComponentStyle(CommonGraph graph,
int series,
int group)
Retrieves the GraphStyle that formats graph components. |
ViewStyle |
getMetadataStyle(Graph view,
java.lang.Object metaData,
ViewStyle initStyle,
int edge,
int depth,
int index)
Retrieves the ViewStyle that formats the cells of a
paging control. |
oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
DataviewCommon dataview)
|
void |
setBundles(DataviewCommon view,
java.util.Vector bundles)
Set the rule bundles Vector |
void |
setUIBundle(DataviewCommon view,
RuleBundle bundle)
Set the RuleBundle used by the UI. |
void |
setXML(oracle.dss.util.xml.ContainerNode node,
DataviewCommon dataview,
java.lang.String version,
int reset)
|
Methods inherited from class oracle.dss.dataView.managers.RuleManager |
---|
getBundles, getUIBundle, getXML, setContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.dss.graph.GraphStyleManager |
---|
getBundles |
Methods inherited from interface oracle.dss.dataView.UIBundle |
---|
getUIBundle |
Field Detail |
---|
protected transient EdgeComponentInfo einfo
Constructor Detail |
---|
public GraphRuleStyles()
Method Detail |
---|
public void dataSourceChanged()
dataSourceChanged
in interface Manager
dataSourceChanged
in class RuleManager
public void setBundles(DataviewCommon view, java.util.Vector bundles)
setBundles
in interface GraphStyleManager
setBundles
in class RuleManager
view
- view to refreshbundles
- the Vector of bundlesRuleBundle
public ViewStyle getMetadataStyle(Graph view, java.lang.Object metaData, ViewStyle initStyle, int edge, int depth, int index)
GraphStyleManager
ViewStyle
that formats the cells of a
paging control.
The implementation of this method should create a RuleContext
,
and should use the RuleContext
to run any rules that have
been specified for paging control cells.
The resulting ViewStyle
is used by the graph to paint
the paging control cell.
getMetadataStyle
in interface GraphStyleManager
view
- The graph whose paging control to format.metaData
- The metadata that will appear in the paging control cell.
This is likely to be a dimension name or a dimension
member.
The method should store the type of data in the
RuleContext
.initStyle
- The initial ViewStyle
that specifies
formatting for the paging control cell.edge
- The edge to which this belongs. Should be
oracle.dss.util.DataDirector.PAGE_EDGE
.depth
- The layer of this header item within the edge.index
- The member in layer
.
edge
, depth
, and index
identify the cell that is being formatted in the edge.
ViewStyle
that specifies the formatting
that the graph should use to paint the paging control
cells.DataDirector
,
RuleContext
public GraphStyle getGraphComponentStyle(CommonGraph graph, int series, int group)
GraphStyle
that formats graph components.
The implementation of this method should create a RuleContext
,
and should use the RuleContext
to run any rules that have
been specified for Graph.
The resulting GraphStyle
is used by the graph to paint
getGraphComponentStyle
in interface GraphStyleManager
graph
- The graph whose components are to format.series
- The series of that graphgroup
- The group of that graph
GraphStyle
that specifies the formatting
that the graph should use to paint its components.RuleContext
public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, DataviewCommon dataview)
public void setXML(oracle.dss.util.xml.ContainerNode node, DataviewCommon dataview, java.lang.String version, int reset)
setXML
in class RuleManager
public void setUIBundle(DataviewCommon view, RuleBundle bundle)
setUIBundle
in interface UIBundle
setUIBundle
in class RuleManager
view
- the view the RuleBundle applies tobundle
- the new RuleBundle used by the UI
|
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 |