|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.markup.html.form.model.ChoiceList
wicket.markup.html.form.model.DetachableChoiceList
Adds attach/detach logic to ChoiceList.
| Nested Class Summary |
| Nested classes inherited from class wicket.markup.html.form.model.ChoiceList |
ChoiceList.Choice |
| Constructor Summary | |
DetachableChoiceList()
Construct. |
|
DetachableChoiceList(java.util.Collection collection)
Construct. |
|
DetachableChoiceList(int initialCapacity)
Construct. |
|
| Method Summary | |
void |
attach()
Attaches model for use. |
void |
detach()
Detaches model after use. |
protected void |
onAttach()
Attach to the current request. |
protected void |
onDetach()
Detach from the current request. |
| Methods inherited from class wicket.markup.html.form.model.ChoiceList |
add, addAll, choiceForId, choiceForObject, clear, get, getList, newChoice, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DetachableChoiceList()
public DetachableChoiceList(int initialCapacity)
initialCapacity - The initial capacitypublic DetachableChoiceList(java.util.Collection collection)
collection - a collection| Method Detail |
public final void attach()
IChoiceList
attach in interface IChoiceListattach in class ChoiceListIChoiceList.attach()public final void detach()
IDetachable
detach in interface IDetachabledetach in class ChoiceListIDetachable.detach()protected void onAttach()
protected void onDetach()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||