Class DirectRecordCollectionModel<R extends SRecordInstance>

java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.DirectRecordCollectionModel<R>
All Implemented Interfaces:
Externalizable, Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<Collection<R>>, org.apache.wicket.util.io.IClusterable

public class DirectRecordCollectionModel<R extends SRecordInstance> extends Object implements org.apache.wicket.model.IModel<Collection<R>>, Externalizable
A Model that directly holds a list of SRecordInstance objects, ensuring that they are serialized safely.
See Also: