Interface WebeditStatusNotePlugin
Definition of a plug-in providing specific items for status information in webedit.
- Since:
- 5.2.516
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<WebeditStatusNote>
getStatusNotes
(@NotNull WebeditStatusNoteContext context) Get all items eligible for display as status information in webedit.
-
Method Details
-
getStatusNotes
@NotNull @NotNull List<WebeditStatusNote> getStatusNotes(@NotNull @NotNull WebeditStatusNoteContext context) Get all items eligible for display as status information in webedit. UseWebeditStatusNoteContext.createNote()
for creation.- Parameters:
context
- The context to be considered for returning status notes.- Returns:
- A list of status notes, created with
WebeditStatusNoteContext.createNote()
. - Since:
- 5.2.516
- See Also:
-