Uses of Class
org.jgrapes.webconsole.base.events.JsonInput
Packages that use JsonInput
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
Provides a web console weblet that implements the web console page using the
JQuery UI framework.
- 
Uses of JsonInput in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type JsonInputModifier and TypeMethodDescriptionvoidBrowserLocalBackedKVStore.onJsonInput(JsonInput event, ConsoleConnection channel) Evaluate “retrievedLocalData” response.voidWebConsole.onJsonInput(JsonInput event, ConsoleConnection channel) Handle JSON input. - 
Uses of JsonInput in org.jgrapes.webconsole.jqueryui
Methods in org.jgrapes.webconsole.jqueryui with parameters of type JsonInputModifier and TypeMethodDescriptionvoidJQueryUiWeblet.onJsonInput(JsonInput event, ConsoleConnection channel) Handle JSON input.