org.richfaces.model
Interface LastElementAware


public interface LastElementAware

org.ajax4jsf.ajax.repeat.UIDataAdaptor.ComponentVisitor instances can implement this interface in order to be notified of last element occurence at the current tree level. setLastElement() method is invoked before visiting last element and resetLastElement() is called after visiting last element.

Author:
Konstantin Mishin

Method Summary
 void resetLastElement()
          The method is invoked to notify that we're done with last element
 void setLastElement()
          The method is invoked to notify that last element occured
 

Method Detail

setLastElement

void setLastElement()
The method is invoked to notify that last element occured


resetLastElement

void resetLastElement()
The method is invoked to notify that we're done with last element



Copyright © 2010. All Rights Reserved.