Class DetachingModel<T>
- java.lang.Object
- 
- org.apache.wicket.model.AbstractReadOnlyModel<T>
- 
- com.inductiveautomation.ignition.gateway.web.models.DetachingModel<T>
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<T>,- org.apache.wicket.util.io.IClusterable
 
 public class DetachingModel<T> extends org.apache.wicket.model.AbstractReadOnlyModel<T>A model that detatches its object and doesn't ever re-attach. Can only be used for one render cycle. Appropriate for RefreshingView- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DetachingModel(T obj)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetach()TgetObject()
 
-