Uses of Enum Class
org.jgrapes.webconsole.base.Conlet.RenderMode
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.
-
Uses of Conlet.RenderMode in org.jgrapes.webconlet.examples.formtest
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> FormTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.examples.helloworld
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> HelloWorldConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, HelloWorldConlet.HelloWorldModel conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.examples.styletest
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> StyleTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.jmxbrowser
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> JmxBrowserConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.logviewer
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LogViewerConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.markdowndisplay
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MarkdownDisplayConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection consoleConnection, String conletId, MarkdownDisplayConlet.MarkdownDisplayModel model) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.messagebox
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MessageBoxConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of Conlet.RenderMode in org.jgrapes.webconlet.sysinfo
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> SysInfoConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection connection, String conletId, SysInfoConlet.SysInfoModel conletState) -
Uses of Conlet.RenderMode in org.jgrapes.webconsole.base
Modifier and TypeFieldDescriptionstatic final Set
<Conlet.RenderMode> Conlet.RenderMode.basicModes
The basic modes (the modes without modifiers).Modifier and TypeMethodDescriptionstatic Conlet.RenderMode
Returns the enum constant of this class with the specified name.static Conlet.RenderMode[]
Conlet.RenderMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConlet.RenderMode.addModifiers
(Set<Conlet.RenderMode> modifiers) Adds the modifiers from the given set to this basic mode.static Set
<Conlet.RenderMode> Conlet.RenderMode.asSet
(Conlet.RenderMode... modes) Utility method that creates aSet
of render modes from enumerated values.protected Map
<String, Set<Conlet.RenderMode>> AbstractConlet.conletViews
(ConsoleConnection connection) Returns a map of all conlet ids and the modes in which views are currently rendered.protected abstract Set
<Conlet.RenderMode> AbstractConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, S conletState) Called byAbstractConlet.onAddConletRequest(AddConletRequest, ConsoleConnection)
andAbstractConlet.onRenderConletRequest(RenderConletRequest, ConsoleConnection)
to complete rendering the web console component.static Set
<Conlet.RenderMode> Conlet.RenderMode.modifiers
(Set<Conlet.RenderMode> modes) Retrieves the modifiers.AbstractConlet.ConletTrackingInfo.renderedAs()
The render modes current used.Modifier and TypeMethodDescriptionstatic Set
<Conlet.RenderMode> Conlet.RenderMode.asSet
(Conlet.RenderMode... modes) Utility method that creates aSet
of render modes from enumerated values.Modifier and TypeMethodDescriptionAbstractConlet.ConletTrackingInfo.addModes
(Set<Conlet.RenderMode> modes) Adds the given modes.Conlet.RenderMode.addModifiers
(Set<Conlet.RenderMode> modifiers) Adds the modifiers from the given set to this basic mode.static Set
<Conlet.RenderMode> Conlet.RenderMode.modifiers
(Set<Conlet.RenderMode> modes) Retrieves the modifiers.AbstractConlet.ConletTrackingInfo.removeModes
(Set<Conlet.RenderMode> modes) Removes the given modes. -
Uses of Conlet.RenderMode in org.jgrapes.webconsole.base.events
Modifier and TypeMethodDescriptionRenderConlet.renderAs()
Returns the render mode.RenderConletRequestBase.renderAs()
Returns the render modes.AddConletType.renderModes()
Return the render modes.ConletDeleted.renderModes()
Returns the render modes that have been deleted.DeleteConlet.renderModes()
Returns the render modes that should be deleted.UpdateConletType.renderModes()
Return the render modes.RenderConlet.supportedRenderModes()
Returns the supported modes.Modifier and TypeMethodDescriptionAddConletType.addRenderMode
(Conlet.RenderMode mode) Add a render mode to be offered to the user for creating new conlet instances.UpdateConletType.addRenderMode
(Conlet.RenderMode mode) Add a render mode.RenderConlet.addSupportedMode
(Conlet.RenderMode supportedMode) Add the given render mode to the supported render modes.RenderConlet.setRenderAs
(Conlet.RenderMode renderMode) Set the render mode.Modifier and TypeMethodDescriptionRenderConlet.setRenderAs
(Set<Conlet.RenderMode> renderAs) Set the render mode (including modifier).RenderConlet.setSupportedModes
(Set<Conlet.RenderMode> supportedModes) Set the supported render modes.ModifierConstructorDescriptionAddConletRequest
(RenderSupport renderSupport, String conletType, Set<Conlet.RenderMode> renderModes) Creates a new event.AddConletRequest
(RenderSupport renderSupport, String conletType, Set<Conlet.RenderMode> renderModes, Map<?, ?> properties) Creates a new event.ConletDeleted
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes) Creates a new event.ConletDeleted
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes, Map<? extends Object, ? extends Object> properties) Creates a new event.DeleteConlet
(String conletId, Set<Conlet.RenderMode> renderModes) Creates a new event.RenderConletRequest
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes) Creates a new request.RenderConletRequestBase
(RenderSupport renderSupport, Set<Conlet.RenderMode> renderAs) Creates a new event.