| Interface | Description |
|---|---|
| Cleanable |
Interface of an object that needs and is able to do some cleanup before application view is destroyed (i.e.
|
| CockpitComponentDefinitionFactory |
Factory responsible for creation of component definition based on component info object (as provided by component
loader).
|
| CockpitComponentDefinitionService |
This service is responsible for loading widget definitions and providing them in form of
WidgetDefinition
objects. |
| CockpitComponentLoader |
Implementations of this interface are responsible for loading cockpit components from all kind of stores - could be a
directory in a file system, a jar file, a database etc.
|
| Executable |
An interface which allows to execute any logic.
|
| Focusable |
Interface used to implement specific behaviour of html focus
|
| Initializable |
Interface of an object that needs and is able to do some initialize before application view is built.
|
| SocketConnectionService |
Provides methods dealing with widget sockets and connections.
|
| WidgetController |
Widget controller interface.
|
| WidgetInstancePermissionService |
Service delivering user permissions for widget instances.
|
| WidgetService |
Service for managing widget tree with socket connections.
|
| WidgetTemplateRulesEngine |
Manages instances of a template widget.
|
| Class | Description |
|---|---|
| AbstractCockpitComponentDefinition |
Abstract class for all cockpit component definition types such as widgets, actions and editors.
|
| CNG | |
| CockpitComponentInfo |
Raw cockpit component info object as provided by cockpit component loader.
|
| RuleEngineResult |
Result of event forwarding from template widget to its instances.
|
| Widget |
Representation of a node in the widget tree.
|
| WidgetConnection |
Representation of a socket connection between two widgets.
|
| WidgetDefinition |
Widget definition.
|
| WidgetInstanceSettings |
Rule configuration for forwarding of an incoming socket event to view instance(s) of a template widget.
|
| WidgetSocket |
Represents a single widget socket (input or output).
|
| Enum | Description |
|---|---|
| WidgetInstanceSettings.SocketEventRoutingMode | |
| WidgetSocket.Multiplicity | |
| WidgetSocket.SocketVisibility |
| Exception | Description |
|---|---|
| CockpitApplicationException |
Signals an error related to core functionality of CockpitNG application
|
| CockpitApplicationInitializationException |
Signals that an error occurred when initializing cockpit application
|
Copyright © 2018. All rights reserved.