public class AttributeModel<T> extends Object implements IReadOnlyModel<T>
| Constructor and Description |
|---|
AttributeModel(org.apache.wicket.model.IModel<?> model,
AtrRef<?,?,T> atrRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
IBooleanModel |
emptyModel() |
T |
getObject() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, setObjectpublic T getObject()
getObject in interface org.apache.wicket.model.IModel<T>public void detach()
detach in interface org.apache.wicket.model.IDetachabledetach in interface IReadOnlyModel<T>public IBooleanModel emptyModel()
Copyright © 2017. All rights reserved.