public class GuidedDecisionTableUiModel
extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
| Constructor and Description |
|---|
GuidedDecisionTableUiModel(ModelSynchronizer synchronizer) |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.ext.wires.core.grids.client.model.GridData.Range |
deleteCell(int rowIndex,
int columnIndex) |
org.uberfire.ext.wires.core.grids.client.model.GridData.Range |
deleteCellInternal(int rowIndex,
int columnIndex) |
void |
indexColumn(int columnIndex) |
void |
moveColumnsTo(int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>> columns) |
void |
moveRowsTo(int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridRow> rows) |
org.uberfire.ext.wires.core.grids.client.model.GridData.Range |
setCell(int rowIndex,
int columnIndex,
org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?> value) |
org.uberfire.ext.wires.core.grids.client.model.GridData.Range |
setCellInternal(int rowIndex,
int columnIndex,
org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?> value) |
appendColumn, appendRow, clearSelections, collapseCell, deleteColumn, deleteRow, expandCell, getCell, getColumnCount, getColumns, getHeaderRowCount, getRow, getRowCount, getRows, getSelectedCells, getSelectedCellsOrigin, insertColumn, insertRow, isColumnDraggingEnabled, isMerged, isRowDraggingEnabled, moveColumnTo, moveRowTo, selectCell, selectCells, setColumnDraggingEnabled, setHeaderRowCount, setMerged, setRowDraggingEnabled, updateColumnpublic GuidedDecisionTableUiModel(ModelSynchronizer synchronizer)
public org.uberfire.ext.wires.core.grids.client.model.GridData.Range setCell(int rowIndex,
int columnIndex,
org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?> value)
setCell in interface org.uberfire.ext.wires.core.grids.client.model.GridDatasetCell in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic org.uberfire.ext.wires.core.grids.client.model.GridData.Range deleteCell(int rowIndex,
int columnIndex)
deleteCell in interface org.uberfire.ext.wires.core.grids.client.model.GridDatadeleteCell in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic void moveColumnsTo(int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>> columns)
moveColumnsTo in interface org.uberfire.ext.wires.core.grids.client.model.GridDatamoveColumnsTo in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic void moveRowsTo(int index,
List<org.uberfire.ext.wires.core.grids.client.model.GridRow> rows)
moveRowsTo in interface org.uberfire.ext.wires.core.grids.client.model.GridDatamoveRowsTo in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDatapublic void indexColumn(int columnIndex)
public org.uberfire.ext.wires.core.grids.client.model.GridData.Range setCellInternal(int rowIndex,
int columnIndex,
org.uberfire.ext.wires.core.grids.client.model.GridCellValue<?> value)
public org.uberfire.ext.wires.core.grids.client.model.GridData.Range deleteCellInternal(int rowIndex,
int columnIndex)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.