org.zkoss.pivot.util
Interface PivotModels.Filter<T>

Enclosing class:
PivotModels

public static interface PivotModels.Filter<T>

The filter interface


Method Summary
 boolean keep(T item)
          Determine whether to keep or filter out the item.
 

Method Detail

keep

boolean keep(T item)
Determine whether to keep or filter out the item.

Returns:
true to keep, false to filter out


Copyright © 2012. All Rights Reserved.