com.cc.framework.ui.painter.html
Class HtmlSwapSelectPainter.UnselectedFilter

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

protected static class HtmlSwapSelectPainter.UnselectedFilter
extends java.lang.Object
implements HtmlSwapSelectPainter.OptionFilter


Constructor Summary
protected HtmlSwapSelectPainter.UnselectedFilter()
           
 
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

HtmlSwapSelectPainter.UnselectedFilter

protected HtmlSwapSelectPainter.UnselectedFilter()
Method Detail

filter

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

Specified by:
filter in interface HtmlSwapSelectPainter.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:
HtmlSwapSelectPainter.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.