Class KanbanSettings
java.lang.Object
io.jmix.kanbanflowui.component.settings.KanbanSettings
- All Implemented Interfaces:
Settings
Implementation of a POJO class that describes the settings of the
Kanban
component.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Implementation of a POJO class that describes the settings of theKanbanColumn
. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setColumns
(List<KanbanSettings.Column> columns) Sets the list of theKanbanSettings.Column
whose state will be saved.void
Sets an id of settings.
-
Field Details
-
id
-
columns
-
-
Constructor Details
-
KanbanSettings
public KanbanSettings()
-
-
Method Details
-
getId
-
setId
Description copied from interface:Settings
Sets an id of settings. -
getColumns
- Returns:
- list of the
KanbanSettings.Column
with saved state
-
setColumns
Sets the list of theKanbanSettings.Column
whose state will be saved.- Parameters:
columns
- columns list to save
-