Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.util.format
Class BaseMergeableHandle

java.lang.Object
  extended by oracle.dss.util.format.BaseMergeableHandle

Direct Known Subclasses:
BaseViewFormatHandle, ViewStyleHandle

public class BaseMergeableHandle
extends java.lang.Object

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.

See Also:
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

DO_NOT_RUN_RULES

public static final int DO_NOT_RUN_RULES
Running Rules: Do not run rules. When this constant is set, the view uses the wrapped 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.
See Also:
Constant Field Values

RUN_RULES

public static final int RUN_RULES
Running Rules: Run rules. When this constant is set, the view uses the wrapped 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.
See Also:
Constant Field Values

Constructor Detail

BaseMergeableHandle

public BaseMergeableHandle()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.