Constructor
new module:caplin/workbench/connectionstatuseditor/WorkbenchConnectionStatusEditor()
The caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor
will create a connection state UI representation
that can be manually controlled by the user.
This workbench widget will use a module:caplin/services/testing/ConnectionServiceStub
which can be optionally initialized
to start in certain initial state.
To use this class, add it to a
module:br/workbench/ui/Workbench
object. E.g.
var oWorkbenchConnectionStatusEditor = new caplin.workbench.connectionstatuseditor.WorkbenchConnectionStatusEditor();
workbench.addToLeftWing(oWorkbenchConnectionStatusEditor, 'ConnectionStateEditor');
- Implements:
Methods
-
getElement()