|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.pivot.ui.PivotFieldControlChangeEvent
public class PivotFieldControlChangeEvent
The event that represents moving a field in PivotFieldControl.
| 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 |
|---|
public PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target,
PivotField field,
PivotField.Type oldType,
PivotField.Type newType)
| Method Detail |
|---|
public PivotField getPivotField()
public PivotField.Type getOldType()
public PivotField.Type getNewType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||