Package com.inductiveautomation.ignition.gateway.web.models
package com.inductiveautomation.ignition.gateway.web.models
-
ClassDescriptionAlteringModel<F,
B> A basic model wrapper that will alter an IModel<Foo> into an IModel<Bar> via the implementation of the abstract alter methodCompoundRecordModel<R extends SRecordInstance>An implementation of model that is both chaining and inherited.A config category represents the 1st tier of the config menu.Default implementation of IConfigPanelTab.Builder, just for fun, because who can deal with a 3-arg constructor!?A model that detatches its object and doesn't ever re-attach.DirectRecordCollectionModel<R extends SRecordInstance>A Model that directly holds a list of SRecordInstance objects, ensuring that they are serialized safely.DirectRecordListModel<R extends SRecordInstance>A Model that directly holds a list of SRecordInstance objects, ensuring that they are serialized safely.FieldModel<T>Detachable model that safely stores a FormMeta objectSpecialization of INamedTab in order to deprecate the normal getPanel method and add a specialized config panel versionA simple extension ofITab
that adds a non-localized name (id) and category for the tab.An interface to add to components so that the CompoundRecordModel can detect the field and record type they expect to use as their model.Represents the primitive value of a foreign key (potentially multiple values)A special chaining model that looks up its chained model reflectively on demand, which means it happens late, after the LateChainingModel is created.A Basic subclass of ResourceModel (for localization of string resources) that always provides a default string.RecordChoiceModel<R extends PersistentRecord>A LoadableDetatchable model that will load up the list of all records of type <R>RecordListModel<R extends PersistentRecord>A LoadableDetachableModel that loads a record list on demandRecordModel<R extends PersistentRecord>A LoadableDetachableModel that safely looks up a record instead of trying to serialize itDeprecated.Replaced with the React Status pagesThe SystemMapElement is a block inside of the system map, representing distinct part of the overall system.A textual status item to be displayed inside a SystemMapElement.