|
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.util.format.BaseMergeableHandle
public class BaseMergeableHandle
Base class for the ViewStyleHandle
and ViewFormatHandle
wrapper classes.
The wrapper classes return a ViewStyle
or a ViewFormat
,
to a view, from the data source, through the DataAccess
interface.
BaseMergeableHandle
objects are used by data sources that
supply their own cell formatting and number formatting for cells in a
view.
Number formatting from a data source can be applied to the databody of a
GridView
.
Cell formatting from a data source can be applied to the databody of a
GridView
, to GridView
headers, and to items
in a paging control.
DataMap.DATA_VIEWSTYLE
,
DataMap.DATA_VIEWFORMAT
,
MetadataMap.METADATA_VIEWSTYLE
,
LayerMetadataMap.LAYER_METADATA_VIEWSTYLE
Field Summary | |
---|---|
static int |
DO_NOT_RUN_RULES
Running Rules: Do not run rules. |
static int |
RUN_RULES
Running Rules: Run rules. |
Constructor Summary | |
---|---|
BaseMergeableHandle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DO_NOT_RUN_RULES
Mergeable
that the data source returns, to determine the display of the cell.
Any rules that have been set on the view will have no effect on the cell.
public static final int RUN_RULES
Mergeable
that the data source returns as a base, and it runs rules on the
ViewStyle
or ViewFormat
that the
BaseMergeableHandle
wraps.
Normal precedence of rules (last rule wins) applies to the cell.
Constructor Detail |
---|
public BaseMergeableHandle()
|
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 |