Uses of Class
org.jgrapes.webconsole.base.events.ConsoleCommand
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
The events used by the web console related components.
-
Uses of ConsoleCommand in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionvoid
ConsoleWeblet.onConsoleCommand
(ConsoleCommand event, ConsoleConnection channel) Sends a command to the console. -
Uses of ConsoleCommand in org.jgrapes.webconsole.base.events
Modifier and TypeClassDescriptionclass
Adds a web console component type with its global resources (JavaScript and/or CSS) to the console page.class
Adds <link …/>,<style>...</style>
or<script ...></script>
nodes to the web console’s<head>
node on behalf of components that provide such resources.class
Causes previously opened modal dialog to be closed.class
Request the browser to remove a conlet view from the display.class
Causes a notification to be display on the top of the web console page.class
Sent by the server to the browser in response toConsolePrepared
(see this event’s description for details).class
A notification (as defined by the JSON RPC specification) to be sent to the web console component view (the browser).class
Causes a modal dialog to be display on behalf of the conlet.class
A console command for conlet rendering.class
AConsoleCommand
created directly from the JSON RPC method name and parameters.class
Inform the front-end about changes of a conlet type.