Package com.inductiveautomation.perspective.gateway.model
package com.inductiveautomation.perspective.gateway.model
-
ClassDescriptionWraps up the logic of creating bindings and transform chains, and linking up the values as they get created, eventually making their way back onto the target property.Since different kinds of objects may use different subclasses of AbstractBindingHarness, this factory is provided to instantiate the actual harness instances required.The model for a running client component, of which many may exist forming the complete component tree for a running
DesignerViewModel
;BasicComponentModelDelegateRegistry
implementation, backed by concurrent collection types for safety.Backend instance of a component as it exists in a Designer, in order to allow special functionality not present in a typical running project (e.g., adding, removing components, etc).Represents the base of a running view on the gateway.Interface representing the channel used by the backend to send messages down to the client (the websocket).A page contains a number of views all running within the same web page, or tab.Encapsulates the logic used to start up all bindings in a view and its components.