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.LateChainingModel
LateChainingModel.WrappedLateChainingModel<W> 
 - 
 
- 
Method Summary
All 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.LateChainingModel
detach, getChainedModel, getObject, setChainedModel, setObject, wrapOnAssignment 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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>
 
 - 
 
 -