Uses of Class
org.jgrapes.webconsole.base.events.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
Modifier 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
Modifier 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.