com.cc.framework.ui.painter.html
Class HtmlTreeSwapSelectPainter.SelectedFilter

java.lang.Object
  extended bycom.cc.framework.ui.painter.html.HtmlTreeSwapSelectPainter.SelectedFilter
All Implemented Interfaces:
HtmlTreeSwapSelectPainter.OptionFilter
Enclosing class:
HtmlTreeSwapSelectPainter

protected static class HtmlTreeSwapSelectPainter.SelectedFilter
extends java.lang.Object
implements HtmlTreeSwapSelectPainter.OptionFilter


Constructor Summary
protected HtmlTreeSwapSelectPainter.SelectedFilter()
           
 
Method Summary
 boolean filter(OptionsIterator iter, OptionsComparator cmp)
          Checks if the current iteration element has to be filtered or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTreeSwapSelectPainter.SelectedFilter

protected HtmlTreeSwapSelectPainter.SelectedFilter()
Method Detail

filter

public boolean filter(OptionsIterator iter,
                      OptionsComparator cmp)
Description copied from interface: HtmlTreeSwapSelectPainter.OptionFilter
Checks if the current iteration element has to be filtered or not

Specified by:
filter in interface HtmlTreeSwapSelectPainter.OptionFilter
Parameters:
iter - the option iterator positioned on the current option element
cmp - the options comparator that is required to decide whether the current option is selected or not
Returns:
returns true when the current option element should be excluded from the select element
See Also:
HtmlTreeSwapSelectPainter.OptionFilter.filter(com.cc.framework.ui.painter.html.OptionsIterator, com.cc.framework.ui.painter.html.OptionsComparator)


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.