org.richfaces.component
Interface LastElementAware

All Known Implementing Classes:
TreeDataModelEventNavigator

public interface LastElementAware

Author:
Konstantin Mishin 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.

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 © 2007. All Rights Reserved.