com.cc.framework.ui.painter.html
Interface HtmlSwapSelectPainter.OptionFilter

All Known Implementing Classes:
HtmlSwapSelectPainter.SelectedFilter, HtmlSwapSelectPainter.UnselectedFilter
Enclosing interface:
HtmlSwapSelectPainter

protected static interface HtmlSwapSelectPainter.OptionFilter

Used to filter options from the option list


Method Summary
 boolean filter(OptionsIterator iter, OptionsComparator cmp)
          Checks if the current iteration element has to be filtered or not
 

Method Detail

filter

public boolean filter(OptionsIterator iter,
                      OptionsComparator cmp)
Checks if the current iteration element has to be filtered or not

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


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