Package | Description |
---|---|
com.xalys.xgl.table |
Modifier and Type | Method and Description |
---|---|
Table<E> |
TableDragSource.getSource() |
Table<E> |
DataRow.getTable() |
Table<E> |
ColumnHeaderCell.getTable() |
Table<E> |
HeaderCell.getTable() |
Table<E> |
BodyTable.getTable() |
Table<E> |
Table.setDragSource(DragSource<Table<E>,?> dragSource) |
Table<E> |
Table.setSelected(E entity) |
Table<E> |
Table.setSelectedIndex(int index) |
Modifier and Type | Method and Description |
---|---|
void |
TableDragSource.attach(Table<E> source) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Table.addRowContextMenuHandler(RowContextMenuHandler<Table<E>,E> rowContextMenuHandler) |
void |
TableDragSource.onMouseDown(MouseDownEvent<Table<E>> event) |
void |
TableDragSource.onMouseMove(MouseMoveEvent<Table<E>> event) |
void |
TableDragSource.onMouseUp(MouseUpEvent<Table<E>> event) |
void |
TableDragSource.onTouchCancel(TouchCancelEvent<Table<E>> event) |
void |
TableDragSource.onTouchEnd(TouchEndEvent<Table<E>> event) |
void |
TableDragSource.onTouchMove(TouchMoveEvent<Table<E>> event) |
void |
TableDragSource.onTouchStart(TouchStartEvent<Table<E>> event) |
Table<E> |
Table.setDragSource(DragSource<Table<E>,?> dragSource) |
Constructor and Description |
---|
BodyTable(Table<E> table) |
ColumnHeaderCell(Table<E> table,
TableColumn<E,?> column,
com.xalys.xgl.table.HeaderTable<E> headerTable) |
HeaderCell(Table<E> table,
TableColumn<E,?> column,
ColumnHeaderCell<E> columnTableHeader) |
MenuCell(Table<E> table,
TableColumn<E,?> column) |
Copyright © 2018 Xalys. All rights reserved.