Class KanbanSwimlane
java.lang.Object
io.jmix.kanbanflowui.kit.component.KanbanSwimlane
- All Implemented Interfaces:
Serializable
A class representing
Note: Sub-columns are not applicable when swimlanes are present.
JmixKanban
swimlane properties.Note: Sub-columns are not applicable when swimlanes are present.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getLabel()
protected JmixKanban<?>
protected void
void
Sets the color property of the column.void
Sets the text displayed in the swimlane header.protected void
setParent
(JmixKanban<?> parent)
-
Field Details
-
dataField
-
color
-
label
-
parent
-
-
Constructor Details
-
KanbanSwimlane
-
-
Method Details
-
getDataField
- Returns:
- the swimlane data source bound field that corresponds to the swimlane field in the data source
-
getLabel
- Returns:
- text displayed in the swimlane header
-
setLabel
Sets the text displayed in the swimlane header.- Parameters:
label
- text to be displayed
-
withLabel
- Parameters:
label
- text to be displayed- Returns:
- this
- See Also:
-
getColor
- Returns:
- color property of the swimlane
-
setColor
Sets the color property of the column.- Parameters:
color
- HEX color code or named color to set
-
withColor
- Parameters:
color
- color to set- Returns:
- this
- See Also:
-
getParent
-
setParent
-
removerParent
protected void removerParent()
-