public class ScenarioGridModel
extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
| Constructor and Description |
|---|
ScenarioGridModel() |
ScenarioGridModel(boolean isMerged) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column) |
void |
bindContent(Simulation simulation)
Method to bind the data serialized inside backend
ScenarioSimulationModel |
void |
clear() |
Optional<Simulation> |
getSimulation() |
org.uberfire.ext.wires.core.grids.client.model.GridData.Range |
setCell(int rowIndex,
int columnIndex,
Supplier<org.uberfire.ext.wires.core.grids.client.model.GridCell<?>> cellSupplier) |
appendRow, clearSelections, collapseCell, deleteCell, deleteColumn, deleteRow, doSetCell, expandCell, getCell, getColumnCount, getColumns, getHeaderRowCount, getRow, getRowCount, getRows, getSelectedCells, getSelectedCellsOrigin, insertColumn, insertRow, isColumnDraggingEnabled, isMerged, isRowDraggingEnabled, moveColumnsTo, moveColumnTo, moveRowsTo, moveRowTo, selectCell, selectCells, setCellValue, setColumnDraggingEnabled, setHeaderRowCount, setMerged, setRowDraggingEnabled, updateColumnpublic ScenarioGridModel()
public ScenarioGridModel(boolean isMerged)
public void bindContent(Simulation simulation)
ScenarioSimulationModelsimulation - public void appendColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column)
appendColumn in interface org.uberfire.ext.wires.core.grids.client.model.GridDataappendColumn in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic org.uberfire.ext.wires.core.grids.client.model.GridData.Range setCell(int rowIndex,
int columnIndex,
Supplier<org.uberfire.ext.wires.core.grids.client.model.GridCell<?>> cellSupplier)
setCell in interface org.uberfire.ext.wires.core.grids.client.model.GridDatasetCell in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic void clear()
public Optional<Simulation> getSimulation()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.