Class NonEmptyWrapperModel<T>
java.lang.Object
com.evolveum.midpoint.gui.api.model.NonEmptyWrapperModel<T>
- All Implemented Interfaces:
 NonEmptyModel<T>,Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<T>,org.apache.wicket.util.io.IClusterable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet 
- 
Constructor Details
- 
NonEmptyWrapperModel
 
 - 
 - 
Method Details
- 
getObject
- Specified by:
 getObjectin interfaceorg.apache.wicket.model.IModel<T>- Specified by:
 getObjectin interfaceNonEmptyModel<T>
 - 
setObject
- Specified by:
 setObjectin interfaceorg.apache.wicket.model.IModel<T>- Specified by:
 setObjectin interfaceNonEmptyModel<T>
 - 
detach
public void detach()- Specified by:
 detachin interfaceorg.apache.wicket.model.IDetachable- Specified by:
 detachin interfaceorg.apache.wicket.model.IModel<T>
 
 -