| 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.
|