Private
_conletPrivate
_connectionPrivate
_connectionPrivate
_dialogPrivate
_isPrivate
_modalPrivate
_pagePrivate
_previewPrivate
_rendererPrivate
_resourcePrivate
_viewPrivate
_webPrivate
_addPrivate
_execPrivate
_execPrivate
_removePrivate
_resolveCalled when the console layout is received or when a conlet has been added or updated. Attempts to resolve all unresolved components, i.e. calls addConlet for the conlets that provide the missing component.
Private
_updatePrivate
_updatePrivate
_updateSends a notification to the server requesting the addition of a conlet.
the type of the conlet to add
the requested render mode(s), Foreground is automatically added
Invokes connectionLost.
Invokes connectionRestored.
Invokes connectionSuspended.
Invokes the functions defined in data-jgwc-on-action
attributes of the tree with root container
. If close
is true
also executes the "on unload" functions. Must
be invoked by edit or modal dialogs when they are closed.
true
if the dialog should be closed
the container of the edit dialog
Delegates to findConletContents.
Optional
conletId: stringDelegates to findConletPreview.
Delegates to findConletView.
Delegates to findPreviews.
Starts the websocket connection to the server, invokes
init and sends the consoleReady
message
to the server.
the connection id
additional options
Optional
inactivityOptional
refreshSends a JSON RPC notification to the server with method
notifyConletModel
and as parameters the given conletId
,
the method
and the additional arguments.
the id of the conlet to send to
the method to invoke
Rest
...args: any[]additional arguments to send
Registers a conlet function that is to be invoked when a
JSON RPC notification with method notifyConletView
is received from the server.
the conlet type for which the method is registered
the method that is registered
the function to invoke
Rest
...args: any[]Removes a conlet preview by invoking the respective methods of the associated renderer. If a view of the conlet is displayed, it will be removed, too.
After un-displaying the conlet, any "execOnUnload" functions
in the conlet tree are invoked (depth first) and JSON RPC
notifications with method conletDeleted
and the conlet id
as parameter are sent to the server for nested component
conlets and the preview itself (again depth first). The
notifications for the component conlets have as additional
argument the collected properties.
Removes a conlet view by invoking the respective methods of the associated renderer.
After un-displaying the conlet, any "execOnUnload" functions
in the conlet tree are invoked (depth first) and JSON RPC
notifications with method conletDeleted
and the conlet id
as parameter are sent to the server for nested component
conlets and the view itself (again depth first). The
notifications for the component conlets have as additional
argument the collected properties.
Sends a notification that requests the rendering of a conlet.
the conlet id
the requested render mode(s)
Delegates to updateConletModes.
Delegates to updateConletTitle.
Send the current console layout to the server.
the conlet ids from top left to bottom right
extra information spcific to the console implementation
Generated using TypeDoc
Provides the console related functions.