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 Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModel
LateChainingModel.WrappedLateChainingModel<W>
-
Method Summary
Methods inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModel
detach, getChainedModel, getObject, setChainedModel, setObject, wrapOnAssignment
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.IDetachable
detach
Methods inherited from interface org.apache.wicket.model.IModel
getObject, setObject
-
Method Details
-
attatch
protected void attatch()- Overrides:
attatch
in classLateChainingModel<W>
-
getWrappedModel
public org.apache.wicket.model.IModel<?> getWrappedModel()- Specified by:
getWrappedModel
in interfaceorg.apache.wicket.model.IWrapModel<W>
-