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:
- java.io.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:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModelLateChainingModel.WrappedLateChainingModel<W>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidattatch()org.apache.wicket.model.IModel<?>getWrappedModel()- 
Methods inherited from class com.inductiveautomation.ignition.gateway.web.models.LateChainingModeldetach, getChainedModel, getObject, setChainedModel, setObject, wrapOnAssignment
 
- 
 
- 
- 
- 
Method Detail- 
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>
 
 
- 
 
-