public class BaseMergeableHandle
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
static int |
DO_NOT_RUN_RULES
Running Rules: Do not run rules.
|
static int |
RUN_RULES
Running Rules: Run rules.
|
Constructor and Description |
---|
BaseMergeableHandle() |
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.