Class RecordChoiceModel<R extends PersistentRecord>
- java.lang.Object
- 
- org.apache.wicket.model.LoadableDetachableModel<java.util.List<R>>
- 
- com.inductiveautomation.ignition.gateway.web.models.RecordChoiceModel<R>
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<java.util.List<R>>,- org.apache.wicket.util.io.IClusterable
 
 public class RecordChoiceModel<R extends PersistentRecord> extends org.apache.wicket.model.LoadableDetachableModel<java.util.List<R>>A LoadableDetatchable model that will load up the list of all records of type <R>- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RecordChoiceModel(SRecordMeta<R> meta, boolean includeNullOption, java.lang.String... suppressValues)RecordChoiceModel(SRecordMeta<R> meta, boolean includeNullOption, R hideRecord, java.lang.String... suppressValues)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<R>getObjectAsRecordList()protected java.util.List<R>load()
 
- 
- 
- 
Constructor Detail- 
RecordChoiceModelpublic RecordChoiceModel(SRecordMeta<R> meta, boolean includeNullOption, java.lang.String... suppressValues) 
 - 
RecordChoiceModelpublic RecordChoiceModel(SRecordMeta<R> meta, boolean includeNullOption, R hideRecord, java.lang.String... suppressValues) 
 
- 
 - 
Method Detail- 
loadprotected java.util.List<R> load() - Specified by:
- loadin class- org.apache.wicket.model.LoadableDetachableModel<java.util.List<R extends PersistentRecord>>
 
 - 
getObjectAsRecordListpublic java.util.List<R> getObjectAsRecordList() 
 
- 
 
-