|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A List interface that is used by the choice implementations to access a detachable list of choices by index and id.
| Method Summary | |
void |
attach()
Attaches model for use. |
IChoice |
choiceForId(java.lang.String id)
Gets an choice by id |
IChoice |
choiceForObject(java.lang.Object object)
|
IChoice |
get(int index)
|
int |
size()
|
| Methods inherited from interface wicket.model.IDetachable |
detach |
| Method Detail |
public void attach()
public IChoice choiceForId(java.lang.String id)
id - The choice's id
public IChoice choiceForObject(java.lang.Object object)
object - The object to find
public IChoice get(int index)
index - The index of the choice to get
public int size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||