|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.model.AbstractDetachableModel
wicket.model.AbstractReadOnlyDetachableModel
Adds a default implementation of onSetObject() which throws an UnsupportedOperationException to indicate that the subclass is a read-only model.
| Constructor Summary | |
AbstractReadOnlyDetachableModel()
|
|
| Method Summary | |
protected void |
onSetObject(Component component,
java.lang.Object object)
This default implementation of onSetObject unconditionally throws an UnsupportedOperationException. |
java.lang.String |
toString()
|
| Methods inherited from class wicket.model.AbstractDetachableModel |
attach, detach, getNestedModel, getObject, isAttached, onAttach, onDetach, onGetObject, setObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbstractReadOnlyDetachableModel()
| Method Detail |
protected final void onSetObject(Component component,
java.lang.Object object)
onSetObject in class AbstractDetachableModelcomponent - The component wanting to set the objectobject - The object to set into the model
java.lang.UnsupportedOperationExceptionpublic java.lang.String toString()
toString in class AbstractDetachableModelObject.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||