|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pivottable | |
---|---|
org.zkoss.pivot | Major classes of ZK Pivottable. |
org.zkoss.pivot.impl | Implementation of models. |
org.zkoss.pivot.impl.util | Utilities for model implementations and Pivottable. |
org.zkoss.pivot.util | Pivottable related utility classes. |
Uses of Pivottable in org.zkoss.pivot |
---|
Methods in org.zkoss.pivot with parameters of type Pivottable | |
---|---|
int |
PivotRenderer.getColumnSize(Pivottable table,
PivotHeaderContext columnContext,
PivotField field)
Returns the column size in pixel. |
int |
PivotRenderer.getRowSize(Pivottable table,
PivotHeaderContext rowContext,
PivotField field)
Returns the row size in pixel. |
java.lang.String |
PivotRenderer.renderCell(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Renders the content of each cell. |
java.lang.String |
PivotRendererExt.renderCellSClass(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Specify a CSS class on the cell. |
java.lang.String |
PivotRendererExt.renderCellStyle(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Specify the CSS style on the cell. |
java.lang.String |
PivotRenderer.renderField(java.lang.Object data,
Pivottable table,
PivotField field)
Renders the label of a header field in columns and rows. |
java.lang.String |
PivotRenderer.renderGrandTotalField(Pivottable table,
PivotField field)
Renders the title of a grand total field. |
java.lang.String |
PivotRenderer.renderSubtotalField(java.lang.Object data,
Pivottable table,
PivotField field,
Calculator calculator)
Renders the label of a subtotal field. |
Uses of Pivottable in org.zkoss.pivot.impl |
---|
Methods in org.zkoss.pivot.impl with parameters of type Pivottable | |
---|---|
int |
SimplePivotRenderer.getColumnSize(Pivottable table,
PivotHeaderContext colc,
PivotField field)
|
int |
SimplePivotRenderer.getRowSize(Pivottable table,
PivotHeaderContext rowc,
PivotField field)
|
java.lang.String |
SimplePivotRenderer.renderCell(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
|
java.lang.String |
SimplePivotRenderer.renderCellSClass(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
|
java.lang.String |
SimplePivotRenderer.renderCellStyle(java.lang.Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
|
java.lang.String |
SimplePivotRenderer.renderField(java.lang.Object data,
Pivottable table,
PivotField field)
|
java.lang.String |
SimplePivotRenderer.renderGrandTotalField(Pivottable table,
PivotField field)
|
java.lang.String |
SimplePivotRenderer.renderSubtotalField(java.lang.Object data,
Pivottable table,
PivotField field,
Calculator calculator)
|
Uses of Pivottable in org.zkoss.pivot.impl.util |
---|
Constructors in org.zkoss.pivot.impl.util with parameters of type Pivottable | |
---|---|
CellLabelFiller(Pivottable table,
PivotRenderer renderer,
DataCellTraverser trav)
|
|
CellStyleFiller(Pivottable table,
PivotRendererExt renderer,
DataCellTraverser trav)
|
|
ExportHeaderCellFiller(Pivottable table,
PivotRenderer renderer,
boolean isColumn,
int dataFieldSize)
|
|
HeaderLabelFiller(Pivottable table,
PivotRenderer renderer)
|
|
HeaderSizeInfo(Pivottable table,
PivotRenderer renderer,
PivotModel model,
boolean isColumnOrient)
|
Uses of Pivottable in org.zkoss.pivot.util |
---|
Methods in org.zkoss.pivot.util with parameters of type Pivottable | |
---|---|
static Exports.PivotExportContext |
Exports.getExportContext(Pivottable table,
boolean open,
java.lang.String[] titles)
Return a context for exporting Pivottable information |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |