org.zkoss.pivot.ui
Class PivotFieldControl.PivotFieldControlChangeEvent

java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by org.zkoss.pivot.ui.PivotFieldControl.PivotFieldControlChangeEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PivotFieldControl

protected static class PivotFieldControl.PivotFieldControlChangeEvent
extends org.zkoss.zk.ui.event.Event

The event that represents moving a field in PivotFieldControl.

Author:
simonpai
See Also:
Serialized Form

Method Summary
 PivotField.Type getNewType()
          New field type.
 PivotField.Type getOldType()
          Original field type.
 PivotField getPivotField()
          The field being moved.
 
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.



Copyright © 2012. All Rights Reserved.