org.apertereports.common.wrappers
Class DictionaryItemFilter

java.lang.Object
  extended by org.apertereports.common.wrappers.DictionaryItemFilter

public class DictionaryItemFilter
extends Object

This class filters dictionary items by levels.


Constructor Summary
DictionaryItemFilter(int columnCount, HashMap<Integer,Object> filterValues)
           
 
Method Summary
 boolean appliesTo(Object obj)
           
 List<String> getColumn(Integer idx)
           
 void setColumn(Integer idx, List<String> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryItemFilter

public DictionaryItemFilter(int columnCount,
                            HashMap<Integer,Object> filterValues)
Method Detail

appliesTo

public boolean appliesTo(Object obj)

getColumn

public List<String> getColumn(Integer idx)

setColumn

public void setColumn(Integer idx,
                      List<String> value)


Copyright © 2011-2012. All Rights Reserved.