Class LateChainingModel.WrappedLateChainingModel<W>
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.LateChainingModel<W>
com.inductiveautomation.ignition.gateway.web.models.LateChainingModel.WrappedLateChainingModel<W>
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.model.IChainingModel<W>,- org.apache.wicket.model.IComponentAssignedModel<W>,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<W>,- org.apache.wicket.model.IWrapModel<W>,- org.apache.wicket.util.io.IClusterable
- Enclosing class:
- LateChainingModel<T>
protected class LateChainingModel.WrappedLateChainingModel<W>
extends LateChainingModel<W>
implements org.apache.wicket.model.IWrapModel<W>
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModelLateChainingModel.WrappedLateChainingModel<W>
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModeldetach, getChainedModel, getObject, setChainedModel, setObject, wrapOnAssignmentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IDetachabledetachMethods inherited from interface org.apache.wicket.model.IModelgetObject, setObject
- 
Method Details- 
attatchprotected void attatch()- Overrides:
- attatchin class- LateChainingModel<W>
 
- 
getWrappedModelpublic org.apache.wicket.model.IModel<?> getWrappedModel()- Specified by:
- getWrappedModelin interface- org.apache.wicket.model.IWrapModel<W>
 
 
-