org.zkoss.bind.impl
Class ChildrenBindingListDataListener

java.lang.Object
  extended by org.zkoss.bind.impl.ChildrenBindingListDataListener
All Implemented Interfaces:
java.io.Serializable, ListDataListener

public class ChildrenBindingListDataListener
extends java.lang.Object
implements 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

Constructor Summary
ChildrenBindingListDataListener(Component comp, BindContext ctx, Converter<?,ListModel<?>,Component> conv)
           
 
Method Summary
 void onChange(ListDataEvent event)
          Sent when the contents of the list has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildrenBindingListDataListener

public ChildrenBindingListDataListener(Component comp,
                                       BindContext ctx,
                                       Converter<?,ListModel<?>,Component> conv)
Method Detail

onChange

public void onChange(ListDataEvent event)
Description copied from interface: ListDataListener
Sent when the contents of the list has changed.

Specified by:
onChange in interface ListDataListener


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo