Class ForEachListDataListener

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.zul.event.ListDataListener

    public class ForEachListDataListener
    extends java.lang.Object
    implements org.zkoss.zul.event.ListDataListener, java.io.Serializable
    listen the model data onChange event (support list model in ForEach)
    Since:
    8.0.0
    Author:
    jameschu
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onChange​(org.zkoss.zul.event.ListDataEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForEachListDataListener

        public ForEachListDataListener​(ForEach forEachComp,
                                       org.zkoss.zk.ui.Component host)
    • Method Detail

      • onChange

        public void onChange​(org.zkoss.zul.event.ListDataEvent event)
        Specified by:
        onChange in interface org.zkoss.zul.event.ListDataListener