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

All Superinterfaces:
OptionItem
All Known Implementing Classes:
HtmlSwapSelectPainter.AvailableOptionsIterator, HtmlSwapSelectPainter.OverallOptionsIterator, HtmlTreeSwapSelectPainter.AvailableOptionsIterator, HtmlTreeSwapSelectPainter.OverallOptionsIterator, OptionsHelp.IterBase

public interface OptionsIterator
extends OptionItem

Iterator Adapter for various Option types This interface has no reset() method because some of the underlying classes (like Iterator and Enumeration) do not support such an operation.

Version:
$Revision: 1.12 $
Author:
Harald Schulz

Method Summary
 boolean isDone()
          Check if the iteration has no more elements
 void next()
          Locates the iterator on the next element of the option list
 
Methods inherited from interface com.cc.framework.ui.painter.html.OptionItem
filter, getImage, getIndent, getKey, getLabel, getMaxLength, getProperty, getStyle, getStyleClass, getTooltip, localize
 

Method Detail

isDone

public boolean isDone()
Check if the iteration has no more elements

Returns:
returns true if there is no element left

next

public void next()
Locates the iterator on the next element of the option list



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