public abstract class DataFormatManager
extends java.lang.Object
DataFormatManager
that implement
Externalizable
can have their state written to JSF State as well as
to the org.apache.myfaces.trinidad.change.SessionChangeManager
.Constructor and Description |
---|
DataFormatManager()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract CellFormat |
getCellFormat(DataCellContext dataCellContext,
CellFormat defaultDataCellFormat)
Returns the
CellFormat associated with the datacell identified
by the specified DataCellContext . |
public abstract CellFormat getCellFormat(DataCellContext dataCellContext, CellFormat defaultDataCellFormat)
CellFormat
associated with the datacell identified
by the specified DataCellContext
.dataCellContext
- identifies the datacell being formatted.defaultDataCellFormat
- the CellFormat
that was returned by the
UIPivotTable's DataFormat
MethodBinding
CellFormat
for the specified datacell