public class CommandUtils extends Object
Constructor and Description |
---|
CommandUtils() |
Modifier and Type | Method and Description |
---|---|
static Optional<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?>> |
extractGridCellValue(GridCellTuple cellTuple) |
static void |
moveComponentWidths(int index,
int oldIndex,
List<Double> componentWidths,
List<Integer> uiColumnIndexes) |
static <T> void |
moveRows(List<T> allRows,
List<T> rowsToMove,
int index) |
static void |
updateParentInformation(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel) |
static void |
updateRowNumbers(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel,
IntStream rangeOfRowsToUpdate) |
public static void updateRowNumbers(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel, IntStream rangeOfRowsToUpdate)
public static void moveComponentWidths(int index, int oldIndex, List<Double> componentWidths, List<Integer> uiColumnIndexes)
public static void updateParentInformation(org.uberfire.ext.wires.core.grids.client.model.GridData uiModel)
public static Optional<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?>> extractGridCellValue(GridCellTuple cellTuple)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.