public class TableGridZKComponent
extends Grid
| Constructor and Description |
|---|
TableGridZKComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
applySelectedItems(Set<ItemModel> selected) |
void |
clearSelection() |
Set<CellEntryModel> |
getSelectedCells() |
Set<ColumnEntryModel> |
getSelectedColumns() |
Set<ItemModel> |
getSelectedItems() |
Set<RowEntryModel> |
getSelectedRows() |
TableBlockModel |
getTable() |
void |
select(TableGridCellZKComponent cell,
boolean add) |
void |
setEditor() |
public TableBlockModel getTable()
public void select(TableGridCellZKComponent cell, boolean add)
public void clearSelection()
public void setEditor()
public Set<ColumnEntryModel> getSelectedColumns()
public Set<RowEntryModel> getSelectedRows()
public Set<CellEntryModel> getSelectedCells()
Copyright © 2017 SAP SE. All Rights Reserved.