Package org.jgrapes.webconsole.base.events
package org.jgrapes.webconsole.base.events
The events used by the web console related components.
-
ClassDescriptionSent to the console (server) if a new web console component instance of a given type should be added to the web console page.Adds a web console component type with its global resources (JavaScript and/or CSS) to the console page.Specifies an embedded instance to be added.Adds <link …/>,
<style>...</style>
or<script ...></script>
nodes to the web console’s<head>
node on behalf of components that provide such resources.Represents a script resource that is to be loaded or evaluated by the browser.The Class Serializer.Causes previously opened modal dialog to be closed.A notification that a conlet view was deleted in the browser.An event that signals the request of a resource by the web console (browser).Events derived from this class are transformed to JSON messages that are sent to the web console page.This event is the completed event for theConsolePrepared
event.Notifies the server about a change of the web console layout.This event is the completion event for theConsoleReady
event.Signals the successful loading of the web console structure in the browser.Request the browser to remove a conlet view from the display.Causes a notification to be display on the top of the web console page.A JSON notification from the web console view (browser) to the web console.Sent by the server to the browser in response toConsolePrepared
(see this event’s description for details).A decoded notification (as defined by the JSON RPC specification) that invokes a method on a web console component model.A notification (as defined by the JSON RPC specification) to be sent to the web console component view (the browser).Causes a modal dialog to be display on behalf of the conlet.An event that signals the request of a resource that is to be added to the<head>
section of the page.A console command for conlet rendering.Sent to the web console (server) if an existing web console component instance should be updated.The base class for events that result in a web console component being rendered.A notification within the server side that an item that is expected to be associated with a channel is missing or not in a usable state.An event that signals the request for a resource by the browser.Indicates that aResourceRequest
event has been completed.A notification within the server side that an item has been updated.Signals that the locale for the web console has changed.Indicates that the processing of aSetLocale
event has been completed.AConsoleCommand
created directly from the JSON RPC method name and parameters.Sent to a web console component to update some of its properties.Inform the front-end about changes of a conlet type.The Class UserAuthenticated.The Class UserLoggedOut.