Uses of Class
org.zkoss.pivot.PivotField.Type

Packages that use PivotField.Type
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
 PivotField.Type PivotField.getType()
          Returns the area type.
static PivotField.Type PivotField.Type.valueOf(java.lang.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
 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
 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
PivotUIEvent(java.lang.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(java.lang.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
protected  PivotField.Type SimplePivotField._type
           
 

Methods in org.zkoss.pivot.impl that return PivotField.Type
 PivotField.Type SimplePivotField.getType()
           
 

Methods in org.zkoss.pivot.impl with parameters of type PivotField.Type
 TabularPivotField[] TabularPivotModel.getFields(PivotField.Type type)
           
 void TabularPivotModel.setFieldType(PivotField field, PivotField.Type type)
           
 void TabularPivotModel.setFieldType(PivotField field, PivotField.Type type, int index)
           
 void TabularPivotModel.setFieldType(java.lang.String fieldName, PivotField.Type type)
          Change the type of a pivot field.
 

Uses of PivotField.Type in org.zkoss.pivot.ui
 

Methods in org.zkoss.pivot.ui that return PivotField.Type
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
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
PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target, PivotField field, PivotField.Type oldType, PivotField.Type newType)
          Default constructor.
 



Copyright © 2012. All Rights Reserved.