|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.pivot.event.FieldDataEvent
public class FieldDataEvent
A data event is used to notify listeners that a pivot field has changed.
| Constructor Summary | |
|---|---|
FieldDataEvent(PivotField field,
java.lang.String type,
java.lang.Object origin,
java.lang.Object current)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getCurrent()
Returns the updated value |
java.lang.Object |
getOrigin()
Returns the original value |
PivotField |
getPivotField()
Returns the pivot field which fires the event. |
java.lang.String |
getType()
Returns the name of the event type whose field has changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDataEvent(PivotField field,
java.lang.String type,
java.lang.Object origin,
java.lang.Object current)
field - a PivotFieldtype - a name of the event typeorigin - the original valuecurrent - the updated value| Method Detail |
|---|
public PivotField getPivotField()
public java.lang.String getType()
public java.lang.Object getOrigin()
public java.lang.Object getCurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||