org.zkoss.pivot.ui
Class PivotFieldControlChangeEvent

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

public class PivotFieldControlChangeEvent
extends org.zkoss.zk.ui.event.Event

The event that represents moving a field in PivotFieldControl.

Author:
simonpai
See Also:
Serialized Form

Constructor Summary
PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target, PivotField field, PivotField.Type oldType, PivotField.Type newType)
          Default constructor.
 
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
 

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.



Copyright © 2012. All Rights Reserved.