Uses of Class
org.jgrapes.webconsole.base.events.ConsoleReady
Package
Description
A web console component for displaying markdown text in a web console.
This package provides an OIDC login conlet (with fallback to password
login).
A web console component for displaying system information in
a web console.
Provides the components for building web consoles based on the
core, io and http packages.
The events used by the web console related components.
Provides a component for adding the
Browser Require
library to a web console.
Provides a component for adding the Chart.js
library to a web console.
Provides a component for adding the datatables
library to a web console.
Provides a component for adding the Fontawesome
free web font to a web console.
Provides a component for adding the Fork-Awesome
free web font to a web console.
Provides a component for adding the Gridstack.js
library to a web console.
Provides some vue components used in but independent of the Vue.js
web console which may also be of interest when implementing
web console components.
Provides a component for adding the jquery
library to a web console.
Provides a component for adding the jQueryUI
library to a web console.
Provides a component for adding the
jQuery UI Touch Punch
library to a web console.
Provides a component for adding the Lodash
library to a web console.
Provides a component for adding the moment
library to a web console.
Provides a component for adding the
markdownit library
to a web console.
Provides a component for adding the moment
library to a web console.
Provides a component for adding the Vue.js
library to a web console.
Provides a component for adding the old vue.js 2
library to a web console.
Provides a component for adding the Vuex
library to a web console.
-
Uses of ConsoleReady in org.jgrapes.webconlet.examples.formtest
Modifier and TypeMethodDescriptionvoid
FormTestConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.examples.helloworld
Modifier and TypeMethodDescriptionvoid
HelloWorldConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.examples.styletest
Modifier and TypeMethodDescriptionvoid
StyleTestConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection consoleConnection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.jmxbrowser
Modifier and TypeMethodDescriptionvoid
JmxBrowserConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection channel) OnConsoleReady
, fire theAddConletType
. -
Uses of ConsoleReady in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection channel) Register conlet. -
Uses of ConsoleReady in org.jgrapes.webconlet.logviewer
Modifier and TypeMethodDescriptionvoid
LogViewerConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection channel) OnConsoleReady
, fire theAddConletType
. -
Uses of ConsoleReady in org.jgrapes.webconlet.markdowndisplay
Modifier and TypeMethodDescriptionvoid
MarkdownDisplayConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire theAddConletType
. -
Uses of ConsoleReady in org.jgrapes.webconlet.messagebox
Modifier and TypeMethodDescriptionvoid
MessageBoxConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionvoid
LoginConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection channel) Register conlet. -
Uses of ConsoleReady in org.jgrapes.webconlet.sysinfo
Modifier and TypeMethodDescriptionvoid
SysInfoConlet.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire theAddConletType
. -
Uses of ConsoleReady in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionvoid
BrowserLocalBackedKVStore.onConsoleReady
(ConsoleReady event, ConsoleConnection channel) InterceptConsoleReady
event to first get data. -
Uses of ConsoleReady in org.jgrapes.webconsole.base.events
ModifierConstructorDescriptionConsolePrepared
(ConsoleReady monitoredEvent, Channel... channels) Instantiates a new event. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.browserrequire
Modifier and TypeMethodDescriptionvoid
BrowserRequireProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.chartjs
Modifier and TypeMethodDescriptionvoid
ChartJsProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.datatables
Modifier and TypeMethodDescriptionvoid
DatatablesProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) Deprecated.OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.fontawesome
Modifier and TypeMethodDescriptionvoid
FontAwesomeProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.forkawesome
Modifier and TypeMethodDescriptionvoid
ForkAwesomeProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.gridstack
Modifier and TypeMethodDescriptionvoid
GridstackProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jgwcvuecomponents
Modifier and TypeMethodDescriptionvoid
JgWcComponentsProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jquery
Modifier and TypeMethodDescriptionvoid
JQueryProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jqueryui
Modifier and TypeMethodDescriptionvoid
JQueryUi.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jquitouchpunch
Modifier and TypeMethodDescriptionvoid
JQueryUiTouchPunchProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.lodash
Modifier and TypeMethodDescriptionvoid
LodashProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.luxon
Modifier and TypeMethodDescriptionvoid
LuxonProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.markdownit
Modifier and TypeMethodDescriptionvoid
MarkdownItProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.moment
Modifier and TypeMethodDescriptionvoid
MomentProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vue
Modifier and TypeMethodDescriptionvoid
VueProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vuejs
Modifier and TypeMethodDescriptionvoid
VueJsProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) Deprecated.OnConsoleReady
, fire the appropriateAddPageResources
. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vuex
Modifier and TypeMethodDescriptionvoid
VuexProvider.onConsoleReady
(ConsoleReady event, ConsoleConnection connection) OnConsoleReady
, fire the appropriateAddPageResources
.