@Exported
| Class | Description |
|---|---|
| CellFormat |
Indicates formatting that should be applied to a Pivot Table cell, including CSS
styles for the cell and its text, a
Converter for converting the data
value, and a replacement data value for the cell. |
| CellImage | Deprecated
Use
<dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
| CellRange |
A range of Pivot Table cells.
|
| DataBlock |
Represents a block of datacells that is downloaded to the client, identified by
its start row, start column, number of rows, and number of columns.
|
| DataCellContext |
Contains information about a Pivot Table datacell, including its row,
column,
QDR, value, and data model. |
| DataCellRange |
Represents the rectangular range of datacells from the specified
start cell at the top left to the specified end cell at the bottom right,
inclusive.
|
| DataCellSelectionSet |
A set of ranges of data cells.
|
| DataFormatManager |
Concrete implementations of
DataFormatManager that implement
Externalizable can have their state written to JSF State as well as
to the org.apache.myfaces.trinidad.change.SessionChangeManager. |
| HeaderCellContext |
Contains information about a Pivot Table header cell, including its edge, layer,
slice,
QDR, value, and data model. |
| HeaderCellRange |
Represents the range of header cells from the specified start cell to
the specified end cell, inclusive.
|
| HeaderCellSelectionSet |
A set of ranges of header cells.
|
| HeaderFormatManager |
Concrete implementations of
HeaderFormatManager that implement
Externalizable can have their state written to JSF State as well as
to the org.apache.myfaces.trinidad.change.SessionChangeManager. |
| LayerSizingRule |
A sizing rule for layers of the pivot table, that is, rows of the column edge, and columns of the row edge.
|
| LayerSizingRuleImpl |
Implementation class of
LayerSizingRule, used for sizing layers on the row edge and column edge of the Pivot Table. |
| Member |
Represents a member, or header cell, in a Pivot Table.
|
| Selection |
Represents the selection in a Pivot Table.
|
| SelectionSet<E extends CellRange> |
A set of ranges of cells.
|
| SerializableLayerSizingRuleImpl |
This serializable version of
LayerSizingRuleImpl is the pivot table's default implementation of LayerSizingRule. |
| SerializableMember |
This serializable version of
Member is the pivot table's default implementation of that class. |
| SerializableSliceSizingRuleImpl |
This serializable version of
SliceSizingRuleImpl is the pivot table's default implementation of SliceSizingRule. |
| SizingManager |
The
SizingManager is used to specify pivot table column widths, row heights,
row header column widths, and column header row heights. |
| SizingManagerAttributeChange |
Handles SizingManager attribute changes, which need to be handled specially because they are mutable
and programmers assume that the instances don't change
|
| SizingManagerImpl |
The pivot table's default
SizingManager implementation. |
| SizingRule |
The base class for all pivot table sizing rules.
|
| SliceSizingRule |
A sizing rule for slices (rows and columns) of the pivot table.
|
| SliceSizingRuleImpl |
Implementation of
SliceSizingRule. |
| UIDataCell | |
| UIGrid |
Superclass of
UIPivotTable. |
| UIGrid.DefaultClientKeyManager | |
| UIGrid.NullCellKey |
Internal use only.
|
| UIHeaderCell | |
| UIPivotTable |
| Enum | Description |
|---|---|
| UIPivotTable.ActionType | |
| UIPivotTable.DataCellContent |
Internal use only.
|