Uses of Class
org.jgrapes.webconsole.base.events.SetLocale
Package
Description
This package provides an OIDC login conlet (with fallback to password
login).
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 SetLocale in org.jgrapes.webconlet.examples.styletest
Modifier and TypeMethodDescriptionprotected boolean
StyleTestConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionprotected boolean
LoginConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.logviewer
Modifier and TypeMethodDescriptionprotected boolean
LogViewerConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionprotected boolean
LoginConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) Do set locale. -
Uses of SetLocale in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionprotected boolean
AbstractConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) Called byAbstractConlet.onSetLocale(SetLocale, ConsoleConnection)
for each web console component in the console connection.void
AbstractConlet.onSetLocale
(SetLocale event, ConsoleConnection connection) InvokesAbstractConlet.doSetLocale(SetLocale, ConsoleConnection, String)
for each web console component in the console connection.void
ConsoleWeblet.onSetLocale
(SetLocale event, ConsoleConnection channel) Handles a change of Locale for the console. -
Uses of SetLocale in org.jgrapes.webconsole.base.events
ModifierConstructorDescriptionSetLocaleCompleted
(SetLocale monitoredEvent, Channel... channels) Instantiates a new event.