Class KanbanUtils
java.lang.Object
io.jmix.kanbanflowui.kit.component.KanbanUtils
For internal use only. Used to access non-public API classes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JmixKanban<?>
findParentKanban
(KanbanColumn column) Finds theJmixKanban
component that contains the column.static void
requestClientColumnUpdate
(JmixKanban<?> kanban) Requests a client-side columns update for the givenJmixKanban
component.static void
Finds the parentJmixKanban
component and requests a client-side column update for the given column.static void
requestClientSwimlaneUpdate
(KanbanSwimlane swimlane) Requests a client-side swimlanes update for the parentJmixKanban
component of the passed swimlane.
-
Constructor Details
-
KanbanUtils
public KanbanUtils()
-
-
Method Details
-
findParentKanban
Finds theJmixKanban
component that contains the column.- Parameters:
column
- column for searching parentJmixKanban
- Returns:
- parent
JmixKanban
component, ornull
if the parent is not defined
-
requestClientColumnUpdate
Finds the parentJmixKanban
component and requests a client-side column update for the given column.- Parameters:
column
- column for update
-
requestClientColumnUpdate
Requests a client-side columns update for the givenJmixKanban
component.- Parameters:
kanban
- component to request a client-side columns update
-
requestClientSwimlaneUpdate
Requests a client-side swimlanes update for the parentJmixKanban
component of the passed swimlane.- Parameters:
swimlane
- swimlane for update
-