| Package | Description |
|---|---|
| com.xalys.xgl.table |
| Modifier and Type | Method and Description |
|---|---|
DataRow<E> |
DataRow.add(Widget<? extends Element<?>,?> widget) |
DataRow<E> |
Table.getEditedRow() |
DataRow<E> |
BodyTable.getRow(E entity) |
DataRow<E> |
BodyTable.getSelectedRow() |
| Modifier and Type | Method and Description |
|---|---|
protected ContextMenuHandler<DataRow<E>> |
DataRow.getContextMenuHandler() |
List<DataRow<E>> |
BodyTable.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyTable.removeRow(DataRow<E> row) |
void |
BodyTable.select(DataRow<E> dataRow) |
void |
Table.setEditedRow(DataRow<E> editedRow) |
void |
BodyTable.setSelectedRow(DataRow<E> selectedRow) |
Copyright © 2018 Xalys. All rights reserved.