Class FieldChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FieldChangeEvent
    extends org.zkoss.zk.ui.event.Event
    Author:
    rbo
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ResultProperty getField()  
      • 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

      • FieldChangeEvent

        public FieldChangeEvent​(org.zkoss.zk.ui.Component target,
                                ResultProperty field)
        Constructor.
        Parameters:
        target - Target
        field - Field value
    • Method Detail