| Package | Description |
|---|---|
| csbase.client.util.table |
| Constructor and Description |
|---|
Table(RowModel<R> rowModel,
List<TableColumn<R>> columns)
Cria uma tabela.
|
Table(RowValueFactory<R> rowValueFactory,
RowModel<R> rowModel,
List<TableColumn<R>> columns,
Integer visibleRowCount,
Integer minRowCount,
Integer maxRowCount)
Cria uma tabela que permite adicionar e remover linhas.
|
Copyright © 2018. All rights reserved.