Uses of Class
org.zkoss.pivot.PivotField.Type
-
Packages that use PivotField.Type Package Description org.zkoss.pivot Major classes of ZK Pivottable.org.zkoss.pivot.event Pivottable events.org.zkoss.pivot.impl Implementation of models.org.zkoss.pivot.ui Macro components for Pivottable control. -
-
Uses of PivotField.Type in org.zkoss.pivot
Methods in org.zkoss.pivot that return PivotField.Type Modifier and Type Method Description PivotField.Type
PivotField. getType()
Returns the area type.static PivotField.Type
PivotField.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PivotField.Type[]
PivotField.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.pivot with parameters of type PivotField.Type Modifier and Type Method Description PivotField[]
PivotModel. getFields(PivotField.Type type)
Return a list of pivot fields of the given type.void
PivotModelExt. setFieldType(PivotField field, PivotField.Type type)
Change the type of a pivot field.void
PivotModelExt. setFieldType(PivotField field, PivotField.Type type, int index)
Change the type of a pivot field and insert it at the given level (in case of COLUMN or ROW) or display position (in case of DATA). -
Uses of PivotField.Type in org.zkoss.pivot.event
Methods in org.zkoss.pivot.event that return PivotField.Type Modifier and Type Method Description PivotField.Type
PivotUIEvent. getFieldType()
Return the field type on which the Event occurs.Constructors in org.zkoss.pivot.event with parameters of type PivotField.Type Constructor Description PivotUIEvent(String name, org.zkoss.zk.ui.Component pivottable, boolean open, PivotField.Type pfType, PivotHeaderContext colContext, PivotHeaderContext rowContext, PivotField dataField)
Construct PivotUIEvent for open event.PivotUIEvent(String name, org.zkoss.zk.ui.Component pivottable, int x, int y, PivotField.Type pfType, PivotHeaderContext colContext, PivotHeaderContext rowContext, PivotField dataField)
Construct PivotUIEvent for popup, tooltip, and context. -
Uses of PivotField.Type in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as PivotField.Type Modifier and Type Field Description protected PivotField.Type
SimplePivotField. _type
Methods in org.zkoss.pivot.impl that return PivotField.Type Modifier and Type Method Description PivotField.Type
SimplePivotField. getType()
Methods in org.zkoss.pivot.impl with parameters of type PivotField.Type Modifier and Type Method Description TabularPivotField[]
TabularPivotModel. getFields(PivotField.Type type)
void
TabularPivotModel. setFieldType(String fieldName, PivotField.Type type)
Change the type of a pivot field.void
TabularPivotModel. setFieldType(PivotField field, PivotField.Type type)
void
TabularPivotModel. setFieldType(PivotField field, PivotField.Type type, int index)
-
Uses of PivotField.Type in org.zkoss.pivot.ui
Methods in org.zkoss.pivot.ui that return PivotField.Type Modifier and Type Method Description protected PivotField.Type
PivotFieldControl. getFieldType(org.zkoss.zul.Grid grid)
PivotField.Type
PivotFieldControlChangeEvent. getNewType()
New field type.PivotField.Type
PivotFieldControlChangeEvent. getOldType()
Original field type.Methods in org.zkoss.pivot.ui with parameters of type PivotField.Type Modifier and Type Method Description protected void
PivotFieldControl. syncModel(org.zkoss.zul.Grid grid, PivotField.Type type)
protected void
PivotFieldControl. updatePivotFields(org.zkoss.zul.Grid grid, PivotField.Type type)
Constructors in org.zkoss.pivot.ui with parameters of type PivotField.Type Constructor Description PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target, PivotField field, PivotField.Type oldType, PivotField.Type newType)
Default constructor.
-