Class DisplayNameModel
java.lang.Object
com.evolveum.midpoint.gui.api.model.DisplayNameModel
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
,org.apache.wicket.util.io.IClusterable
TODO: refactor for lazy loading
- Author:
- semancik
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
DisplayNameModel
-
-
Method Details
-
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
- Specified by:
detach
in interfaceorg.apache.wicket.model.IModel<String>
-
getObject
- Specified by:
getObject
in interfaceorg.apache.wicket.model.IModel<String>
-
setObject
- Specified by:
setObject
in interfaceorg.apache.wicket.model.IModel<String>
-