Class ChildrenBindingListDataListener

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

    public class ChildrenBindingListDataListener
    extends java.lang.Object
    implements org.zkoss.zul.event.ListDataListener, java.io.Serializable
    listen the model data onChange event (support list model in children binding)
    Since:
    8.0.0
    Author:
    James Chu
    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

      • ChildrenBindingListDataListener

        public ChildrenBindingListDataListener​(org.zkoss.zk.ui.Component comp,
                                               BindContext ctx,
                                               Converter<?,​org.zkoss.zul.ListModel<?>,​org.zkoss.zk.ui.Component> conv)
    • Method Detail

      • onChange

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