org.apache.wicket.util.iterator
Class IteratorFilter<S>

java.lang.Object
  extended by org.apache.wicket.util.iterator.IteratorFilter<S>
Type Parameters:
S -

public abstract class IteratorFilter<S>
extends Object

A simple filter interface for the hierarchy iterator.

Author:
Juergen Donnerstag

Constructor Summary
IteratorFilter()
           
 
Method Summary
protected abstract  boolean onFilter(S node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorFilter

public IteratorFilter()
Method Detail

onFilter

protected abstract boolean onFilter(S node)
Parameters:
node -
Returns:
false, to filter the component. True, to continue processing the node.


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.