|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator for creating OPTION
Tags in a DropDownList Box
Method Summary | |
boolean |
done()
Checks if the End of the Collection is reached |
java.lang.String |
getKey()
Returns the key, which is inserted in the value attribute of the option tag. |
java.lang.String |
getValue()
Returns the text, wich should display |
boolean |
isSelected()
Indicates if the actual item is selected. |
void |
next()
Moves the iterator to the next elememt in the collection |
void |
restart()
Starts with the collection at the beginning |
Method Detail |
public boolean done()
true
if the end is reached;
false
otherwise.public java.lang.String getKey()
public java.lang.String getValue()
public boolean isSelected()
true
if the actual item is selected;
false
otherwise.public void next()
public void restart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |