Uses of Class
com.caplin.motif.fx.config.definitions.common.TableRow
-
Packages that use TableRow Package Description com.caplin.motif.fx.config.definitions.common -
-
Uses of TableRow in com.caplin.motif.fx.config.definitions.common
Methods in com.caplin.motif.fx.config.definitions.common that return TableRow Modifier and Type Method Description TableRow
TableRow. addCellsItem(TableCell cellsItem)
TableRow
TableRow. cells(java.util.List<TableCell> cells)
Methods in com.caplin.motif.fx.config.definitions.common that return types with arguments of type TableRow Modifier and Type Method Description @NotNull @Valid java.util.List<TableRow>
Table. getRows()
Get rowsMethods in com.caplin.motif.fx.config.definitions.common with parameters of type TableRow Modifier and Type Method Description Table
Table. addRowsItem(TableRow rowsItem)
Method parameters in com.caplin.motif.fx.config.definitions.common with type arguments of type TableRow Modifier and Type Method Description Table
Table. rows(java.util.List<TableRow> rows)
void
Table. setRows(java.util.List<TableRow> rows)
-