|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Selectable
An interface to represent Form Elements that might be able to be 'selected' in a form.
| Method Summary | |
|---|---|
boolean |
isSelected()
Is this element selected, checked, etc. |
void |
select(boolean select)
Sets the selection value of this element. |
void |
setMultiple(boolean multiple)
Sets the multiple value to a boolean. |
boolean |
supportsMultiple()
Does this form element support multiple selections. |
| Method Detail |
|---|
boolean isSelected()
void select(boolean select)
true will cause them to
possibly unselect other values.
select - Whether or not this element should be selected.boolean supportsMultiple()
void setMultiple(boolean multiple)
multiple - Sets the multiple value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||