Uses of Class
org.jgrapes.webconsole.base.events.UpdateConletModel
Packages that use UpdateConletModel
Package
Description
A web console component for displaying markdown text in a web console.
The events used by the web console related components.
-
Uses of UpdateConletModel in org.jgrapes.webconlet.markdowndisplay
Methods in org.jgrapes.webconlet.markdowndisplay with parameters of type UpdateConletModelModifier and TypeMethodDescriptionvoid
MarkdownDisplayConlet.onUpdateConletModel
(UpdateConletModel event, ConsoleConnection connection) Stores the modified properties using aKeyValueStoreUpdate
event and updates the view with aNotifyConletView
. -
Uses of UpdateConletModel in org.jgrapes.webconsole.base.events
Methods in org.jgrapes.webconsole.base.events that return UpdateConletModelModifier and TypeMethodDescriptionUpdateConletModel.addPreference
(Object key, Object value) Convenience method for adding properties one-by-one.UpdateConletModel.ifPresent
(Object key, BiConsumer<Object, Object> action) Convenience method that performs the given action if a property with the given key exists.