Class KanbanUtils
java.lang.Object
io.jmix.kanbanflowui.kit.component.KanbanUtils
For internal use only. Used to access non-public API classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JmixKanban<?>findParentKanban(KanbanColumn column) Finds theJmixKanbancomponent that contains the column.static voidrequestClientColumnUpdate(JmixKanban<?> kanban) Requests a client-side columns update for the givenJmixKanbancomponent.static voidFinds the parentJmixKanbancomponent and requests a client-side column update for the given column.static voidrequestClientSwimlaneUpdate(KanbanSwimlane swimlane) Requests a client-side swimlanes update for the parentJmixKanbancomponent of the passed swimlane.
-
Constructor Details
-
KanbanUtils
public KanbanUtils()
-
-
Method Details
-
findParentKanban
Finds theJmixKanbancomponent that contains the column.- Parameters:
column- column for searching parentJmixKanban- Returns:
- parent
JmixKanbancomponent, ornullif the parent is not defined
-
requestClientColumnUpdate
Finds the parentJmixKanbancomponent 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 givenJmixKanbancomponent.- Parameters:
kanban- component to request a client-side columns update
-
requestClientSwimlaneUpdate
Requests a client-side swimlanes update for the parentJmixKanbancomponent of the passed swimlane.- Parameters:
swimlane- swimlane for update
-