Package com.saperion.ngc.events.iform
Class FieldChangeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.iform.FieldChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class FieldChangeEvent extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldChangeEvent(org.zkoss.zk.ui.Component target, ResultProperty field)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultProperty
getField()
-
-
-
Constructor Detail
-
FieldChangeEvent
public FieldChangeEvent(org.zkoss.zk.ui.Component target, ResultProperty field)
Constructor.- Parameters:
target
- Targetfield
- Field value
-
-
Method Detail
-
getField
public final ResultProperty getField()
- Returns:
- Field
-
-