Class CommandUtils
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.commands.util.CommandUtils
-
public class CommandUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?>>extractGridCellValue(GridCellTuple cellTuple)static voidmoveComponentWidths(int index, int oldIndex, List<Double> componentWidths, List<Integer> uiColumnIndexes)static <T> voidmoveRows(List<T> allRows, List<T> rowsToMove, int index)static voidupdateParentInformation(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel)static voidupdateRowNumbers(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel, IntStream rangeOfRowsToUpdate)
-
-
-
Method Detail
-
updateRowNumbers
public static void updateRowNumbers(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel, IntStream rangeOfRowsToUpdate)
-
moveComponentWidths
public static void moveComponentWidths(int index, int oldIndex, List<Double> componentWidths, List<Integer> uiColumnIndexes)
-
updateParentInformation
public static void updateParentInformation(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel)
-
extractGridCellValue
public static Optional<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?>> extractGridCellValue(GridCellTuple cellTuple)
-
-