Uses of Interface
org.nasdanika.html.model.bootstrap.TableCell
-
Packages that use TableCell Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableCell in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return TableCell Modifier and Type Method Description TableCellBootstrapFactory. createTableCell()Returns a new object of class 'Table Cell'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type TableCell Modifier and Type Method Description EList<TableCell>TableRow. getCells()Returns the value of the 'Cells' containment reference list. -
Uses of TableCell in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableCell Modifier and Type Class Description classTableCellImplAn implementation of the model object 'Table Cell'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableCell Modifier and Type Method Description TableCellBootstrapFactoryImpl. createTableCell()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type TableCell Modifier and Type Method Description EList<TableCell>TableRowImpl. getCells() -
Uses of TableCell in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableCell Modifier and Type Method Description TBootstrapSwitch. caseTableCell(TableCell object)Returns the result of interpreting the object as an instance of 'Table Cell'.booleanBootstrapValidator. validateTableCell(TableCell tableCell, DiagnosticChain diagnostics, Map<Object,Object> context)
-