Uses of Class
org.jgrapes.webconsole.base.events.ConsoleReady
Packages that use 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 Solid.js
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
Methods in org.jgrapes.webconlet.examples.formtest with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidFormTestConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.examples.hellosolid
Methods in org.jgrapes.webconlet.examples.hellosolid with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidHelloSolidConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.examples.helloworld
Methods in org.jgrapes.webconlet.examples.helloworld with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidHelloWorldConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.examples.styletest
Methods in org.jgrapes.webconlet.examples.styletest with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidStyleTestConlet.onConsoleReady(ConsoleReady event, ConsoleConnection consoleConnection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.jmxbrowser
Methods in org.jgrapes.webconlet.jmxbrowser with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidJmxBrowserConlet.onConsoleReady(ConsoleReady event, ConsoleConnection channel) OnConsoleReady, fire theAddConletType. -
Uses of ConsoleReady in org.jgrapes.webconlet.locallogin
Methods in org.jgrapes.webconlet.locallogin with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidLoginConlet.onConsoleReady(ConsoleReady event, ConsoleConnection channel) Register conlet. -
Uses of ConsoleReady in org.jgrapes.webconlet.logviewer
Methods in org.jgrapes.webconlet.logviewer with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidLogViewerConlet.onConsoleReady(ConsoleReady event, ConsoleConnection channel) OnConsoleReady, fire theAddConletType. -
Uses of ConsoleReady in org.jgrapes.webconlet.markdowndisplay
Methods in org.jgrapes.webconlet.markdowndisplay with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidMarkdownDisplayConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire theAddConletType. -
Uses of ConsoleReady in org.jgrapes.webconlet.messagebox
Methods in org.jgrapes.webconlet.messagebox with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidMessageBoxConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Trigger loading of resources when the console is ready. -
Uses of ConsoleReady in org.jgrapes.webconlet.oidclogin
Methods in org.jgrapes.webconlet.oidclogin with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidLoginConlet.onConsoleReady(ConsoleReady event, ConsoleConnection channel) Register conlet. -
Uses of ConsoleReady in org.jgrapes.webconlet.sysinfo
Methods in org.jgrapes.webconlet.sysinfo with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidSysInfoConlet.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire theAddConletType. -
Uses of ConsoleReady in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidBrowserLocalBackedKVStore.onConsoleReady(ConsoleReady event, ConsoleConnection channel) InterceptConsoleReadyevent to first get data. -
Uses of ConsoleReady in org.jgrapes.webconsole.base.events
Constructors in org.jgrapes.webconsole.base.events with parameters of type ConsoleReadyModifierConstructorDescriptionConsolePrepared(ConsoleReady monitoredEvent, Channel... channels) Instantiates a new event. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.browserrequire
Methods in org.jgrapes.webconsole.provider.browserrequire with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidBrowserRequireProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.chartjs
Methods in org.jgrapes.webconsole.provider.chartjs with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidChartJsProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.datatables
Methods in org.jgrapes.webconsole.provider.datatables with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidDatatablesProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Deprecated.OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.fontawesome
Methods in org.jgrapes.webconsole.provider.fontawesome with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidFontAwesomeProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.forkawesome
Methods in org.jgrapes.webconsole.provider.forkawesome with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidForkAwesomeProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.gridstack
Methods in org.jgrapes.webconsole.provider.gridstack with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidGridstackProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jgwcvuecomponents
Methods in org.jgrapes.webconsole.provider.jgwcvuecomponents with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidJgWcComponentsProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jquery
Methods in org.jgrapes.webconsole.provider.jquery with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidJQueryProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jqueryui
Methods in org.jgrapes.webconsole.provider.jqueryui with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidJQueryUi.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.jquitouchpunch
Methods in org.jgrapes.webconsole.provider.jquitouchpunch with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidJQueryUiTouchPunchProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.lodash
Methods in org.jgrapes.webconsole.provider.lodash with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidLodashProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.luxon
Methods in org.jgrapes.webconsole.provider.luxon with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidLuxonProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.markdownit
Methods in org.jgrapes.webconsole.provider.markdownit with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidMarkdownItProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.moment
Methods in org.jgrapes.webconsole.provider.moment with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidMomentProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.solidjs
Methods in org.jgrapes.webconsole.provider.solidjs with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidSolidJsProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vue
Methods in org.jgrapes.webconsole.provider.vue with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidVueProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vuejs
Methods in org.jgrapes.webconsole.provider.vuejs with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidVueJsProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) Deprecated.OnConsoleReady, fire the appropriateAddPageResources. -
Uses of ConsoleReady in org.jgrapes.webconsole.provider.vuex
Methods in org.jgrapes.webconsole.provider.vuex with parameters of type ConsoleReadyModifier and TypeMethodDescriptionvoidVuexProvider.onConsoleReady(ConsoleReady event, ConsoleConnection connection) OnConsoleReady, fire the appropriateAddPageResources.