Package org.openxava.web.editors
Class CardIterator
- java.lang.Object
-
- org.openxava.web.editors.CardIterator
-
-
Constructor Summary
Constructors Constructor Description CardIterator(Tab tab, View view, javax.servlet.http.HttpServletRequest request, Messages errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanFormattergetBooleanFormatter()booleanhasNext()java.util.Iterator<Card>iterator()Cardnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<Card>
-
getBooleanFormatter
public BooleanFormatter getBooleanFormatter()
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<Card>
-
-