Class DirectRecordListModel<R extends SRecordInstance>

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

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