Class RecordListModel<R extends PersistentRecord>
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<List<R>>
com.inductiveautomation.ignition.gateway.web.models.RecordListModel<R>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<List<R>>
,org.apache.wicket.util.io.IClusterable
public class RecordListModel<R extends PersistentRecord>
extends org.apache.wicket.model.LoadableDetachableModel<List<R>>
A LoadableDetachableModel that loads a record list on demand
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected SFieldMeta
getSortField
(SRecordMeta<R> meta) Results will be sorted ascending based on this field.load()
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, setObject, toString
-
Constructor Details
-
RecordListModel
-
-
Method Details
-
getSortField
Results will be sorted ascending based on this field. Default is Name -
load
- Specified by:
load
in classorg.apache.wicket.model.LoadableDetachableModel<List<R extends PersistentRecord>>
-
filter
-