Uses of Interface
de.espirit.firstspirit.webedit.plugin.status.WebeditStatusNoteBuilder
-
Uses of WebeditStatusNoteBuilder in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeMethodDescription@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.addItem
(@NotNull WebeditStatusNoteItem item) Adds a item eligible for display in the status note's contextual setting.@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.color
(@Nullable WebeditColor color) Sets the color associated with the status note to create.@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteContext.createNote()
Creates aWebeditStatusNoteBuilder
for the creation of aWebeditStatusNote
.@NotNull WebeditStatusNoteBuilder
Sets the icon associated with the status note to create.@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.setItems
(@NotNull Collection<? extends WebeditStatusNoteItem> items) Sets the items eligible for display in the status note's contextual setting.@NotNull WebeditStatusNoteBuilder
Sets the text of the status note to create.@NotNull WebeditStatusNoteBuilder
Sets the title of the status note to create.@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.visibleOnLoad
(boolean visibleOnLoad) Sets the initial visibility of the status note after the preview has been loaded.