org.zkoss.zuti.zul
Class ForEachListDataListener

java.lang.Object
  extended by org.zkoss.zuti.zul.ForEachListDataListener
All Implemented Interfaces:
java.io.Serializable, ListDataListener

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

Constructor Summary
ForEachListDataListener(ForEach forEachComp, Component host)
           
 
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

ForEachListDataListener

public ForEachListDataListener(ForEach forEachComp,
                               Component host)
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