Uses of Class
org.jgrapes.webconsole.base.events.SetLocale
Packages that use 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
Methods in org.jgrapes.webconlet.examples.styletest with parameters of type SetLocaleModifier and TypeMethodDescriptionprotected boolean
StyleTestConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.locallogin
Methods in org.jgrapes.webconlet.locallogin with parameters of type SetLocaleModifier and TypeMethodDescriptionprotected boolean
LoginConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.logviewer
Methods in org.jgrapes.webconlet.logviewer with parameters of type SetLocaleModifier and TypeMethodDescriptionprotected boolean
LogViewerConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) -
Uses of SetLocale in org.jgrapes.webconlet.oidclogin
Methods in org.jgrapes.webconlet.oidclogin with parameters of type SetLocaleModifier and TypeMethodDescriptionprotected boolean
LoginConlet.doSetLocale
(SetLocale event, ConsoleConnection channel, String conletId) Do set locale. -
Uses of SetLocale in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type SetLocaleModifier 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
Constructors in org.jgrapes.webconsole.base.events with parameters of type SetLocaleModifierConstructorDescriptionSetLocaleCompleted
(SetLocale monitoredEvent, Channel... channels) Instantiates a new event.