Class KanbanSettings.Column
java.lang.Object
io.jmix.kanbanflowui.component.settings.KanbanSettings.Column
- Enclosing class:
- KanbanSettings
Implementation of a POJO class that describes the settings of the
KanbanColumn
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionwithCollapsed
(Boolean collapsed) withDataField
(String dataField) withVisible
(Boolean visible)
-
Field Details
-
dataField
-
visible
-
collapsed
-
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
getDataField
- Returns:
- dataField saved for the original
KanbanColumn
, ornull
if it doesn't exist - See Also:
-
withDataField
- Parameters:
dataField
- dataField which will be saved for the originalKanbanColumn
- Returns:
- this
-
getVisible
- Returns:
- visible state saved for the original
KanbanColumn
, ornull
if it doesn't exist - See Also:
-
withVisible
- Parameters:
visible
- visible state which will be saved for the originalKanbanColumn
- Returns:
- this
-
getCollapsed
- Returns:
- collapsed stated saved for the original
KanbanColumn
, ornull
if it doesn't exist - See Also:
-
withCollapsed
- Parameters:
collapsed
- collapsed state which will be saved for the originalKanbanColumn
- Returns:
- this
-