Class ExpressionModel
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.ExpressionModel
- All Implemented Interfaces:
 Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<String>,org.apache.wicket.util.io.IClusterable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionExpressionModel(org.apache.wicket.model.IModel<ExpressionType> valueWrapper, PageBase pageBase)  - 
Method Summary
Modifier and TypeMethodDescriptionvoiddetach()org.apache.wicket.model.IModel<ExpressionType>voidMethods 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
combineWith, filter, flatMap, isPresent, map, orElse, orElseGet 
- 
Constructor Details
- 
ExpressionModel
public ExpressionModel(org.apache.wicket.model.IModel<ExpressionType> valueWrapper, PageBase pageBase)  
 - 
 - 
Method Details
- 
detach
public void detach()- Specified by:
 detachin interfaceorg.apache.wicket.model.IDetachable- Specified by:
 detachin interfaceorg.apache.wicket.model.IModel<String>
 - 
getObject
- Specified by:
 getObjectin interfaceorg.apache.wicket.model.IModel<String>
 - 
setObject
- Specified by:
 setObjectin interfaceorg.apache.wicket.model.IModel<String>
 - 
getBaseModel
 
 -