Uses of Interface
com.cc.framework.ui.painter.html.OptionsIterator

Packages that use OptionsIterator
com.cc.framework.ui.painter.html   
 

Uses of OptionsIterator in com.cc.framework.ui.painter.html
 

Classes in com.cc.framework.ui.painter.html that implement OptionsIterator
protected static class HtmlSwapSelectPainter.AvailableOptionsIterator
          Iterator that filters on available option elements only
protected static class HtmlSwapSelectPainter.OverallOptionsIterator
          Iterator that keeps the sorting order of the selected value list!
protected static class HtmlTreeSwapSelectPainter.AvailableOptionsIterator
          Iterator that filters on available option elements only
protected static class HtmlTreeSwapSelectPainter.OverallOptionsIterator
          Iterator that keeps the sorting order of the selected value list!
private static class OptionsHelp.IterBase
          Baseclass for Option iterators
private static class OptionsHelp.IterEnumeration
          OptionsIterator for Enumeration
private static class OptionsHelp.IterIterator
          OptionsIterator for Iterator
private static class OptionsHelp.IterLineIterator
          OptionsIterator for LineIterator
private static class OptionsHelp.IterList
          OptionsIterator for List
private static class OptionsHelp.IterOptionListDataModel
          OptionsIterator for OptionListDataModel
private static class OptionsHelp.IterSimpleEnumType2
          OptionsIterator for SimpleEnumType2
 

Fields in com.cc.framework.ui.painter.html declared as OptionsIterator
private  OptionsIterator HtmlTreeSwapSelectPainter.AvailableOptionsIterator.iter
           
private  OptionsIterator HtmlSwapSelectPainter.AvailableOptionsIterator.iter
           
 

Methods in com.cc.framework.ui.painter.html that return OptionsIterator
static OptionsIterator OptionsHelp.createIterator(OptionListDesignModel designModel, java.lang.Object dataModel)
          Creates an iterator for the given option collection
protected  OptionsIterator HtmlTreeSwapSelectPainter.createIterator(int groupIndex)
          Creates an option iterator
protected  OptionsIterator HtmlTreeSwapSelectPainter.createSelectedAllIterator()
          Creates an option iterator for all selected values (in all groups)
protected  OptionsIterator HtmlTreeSwapSelectPainter.AvailableOptionsIterator.iter()
           
protected  OptionsIterator HtmlSwapSelectPainter.createIterator(int groupIndex)
          Creates an option iterator
protected  OptionsIterator HtmlSwapSelectPainter.createSelectedAllIterator()
          Creates an option iterator for all selected values (in all groups)
protected  OptionsIterator HtmlSwapSelectPainter.AvailableOptionsIterator.iter()
           
protected  OptionsIterator HtmlSelectPainter.createIterator()
          Creates an option iterator
protected  OptionsIterator HtmlMultiLevelSelectPainter.createIterator()
          Creates an option iterator
protected  OptionsIterator HtmlComboBoxPainter.createIterator()
          Creates an option iterator
protected  OptionsIterator HtmlCheckboxGroupPainter.createIterator()
          Creates an option iterator
 

Methods in com.cc.framework.ui.painter.html with parameters of type OptionsIterator
protected  java.lang.StringBuffer OptionsPainter.createOptions(javax.servlet.jsp.PageContext ctx, OptionsIterator iter)
          Method createOptions
protected  java.lang.StringBuffer OptionsPainter.createOptionsScript(javax.servlet.jsp.PageContext ctx, java.lang.String obj, OptionsIterator iter)
          Method createOptionsScript
static org.apache.ecs.html.Option OptionsPainter.createOption(PainterContext ctx, OptionsIterator iterator, OptionsComparator comparator)
          Creates an HTML option element from the current iterator position
static java.lang.String[] OptionsHelp.translateSelectedItems(PainterContext ctx, OptionsIterator iter, OptionsComparator cmp)
          Creates a String array with all selected option labels
static org.apache.ecs.ConcreteElement OptionsHelp.createDisplayElement(PainterContext ctx, OptionsIterator iter, OptionsComparator cmp)
          Creates a element with all selected option labels
 boolean HtmlTreeSwapSelectPainter.OptionFilter.filter(OptionsIterator iter, OptionsComparator cmp)
          Checks if the current iteration element has to be filtered or not
 boolean HtmlTreeSwapSelectPainter.SelectedFilter.filter(OptionsIterator iter, OptionsComparator cmp)
           
 boolean HtmlTreeSwapSelectPainter.UnselectedFilter.filter(OptionsIterator iter, OptionsComparator cmp)
           
 boolean HtmlSwapSelectPainter.OptionFilter.filter(OptionsIterator iter, OptionsComparator cmp)
          Checks if the current iteration element has to be filtered or not
 boolean HtmlSwapSelectPainter.SelectedFilter.filter(OptionsIterator iter, OptionsComparator cmp)
           
 boolean HtmlSwapSelectPainter.UnselectedFilter.filter(OptionsIterator iter, OptionsComparator cmp)
           
 

Constructors in com.cc.framework.ui.painter.html with parameters of type OptionsIterator
HtmlTreeSwapSelectPainter.OptionItemImpl(OptionsIterator iter)
          Constructs an new item from the current iterator position
HtmlTreeSwapSelectPainter.OverallOptionsIterator(OptionsIterator iter, java.lang.Object[] values, HtmlTreeSwapSelectPainter.OptionFilter filter)
          Constructor
HtmlTreeSwapSelectPainter.AvailableOptionsIterator(OptionsIterator iter, java.lang.Object[] values, HtmlTreeSwapSelectPainter.OptionFilter filter)
          Constructor
HtmlSwapSelectPainter.OptionItemImpl(OptionsIterator iter)
          Constructs an new item from the current iterator position
HtmlSwapSelectPainter.OverallOptionsIterator(OptionsIterator iter, java.lang.Object[] values, HtmlSwapSelectPainter.OptionFilter filter)
          Constructor
HtmlSwapSelectPainter.AvailableOptionsIterator(OptionsIterator iter, java.lang.Object[] values, HtmlSwapSelectPainter.OptionFilter filter)
          Constructor
 



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