Package org.zkoss.pivot.ui
Class PivotFieldControlChangeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- org.zkoss.pivot.ui.PivotFieldControlChangeEvent
-
- All Implemented Interfaces:
Serializable
public class PivotFieldControlChangeEvent extends org.zkoss.zk.ui.event.Event
The event that represents moving a field inPivotFieldControl
.- Author:
- simonpai
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target, PivotField field, PivotField.Type oldType, PivotField.Type newType)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PivotField.Type
getNewType()
New field type.PivotField.Type
getOldType()
Original field type.PivotField
getPivotField()
The field being moved.
-
-
-
Constructor Detail
-
PivotFieldControlChangeEvent
public PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target, PivotField field, PivotField.Type oldType, PivotField.Type newType)
Default constructor.
-
-
Method Detail
-
getPivotField
public PivotField getPivotField()
The field being moved.
-
getOldType
public PivotField.Type getOldType()
Original field type.
-
getNewType
public PivotField.Type getNewType()
New field type.
-
-