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, wrapOnAssignmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IDetachable
detachMethods inherited from interface org.apache.wicket.model.IModel
getObject, setObject
-
Method Details
-
attatch
protected void attatch()- Overrides:
attatchin classLateChainingModel<W>
-
getWrappedModel
public org.apache.wicket.model.IModel<?> getWrappedModel()- Specified by:
getWrappedModelin interfaceorg.apache.wicket.model.IWrapModel<W>
-