Uses of Interface
org.nasdanika.html.model.bootstrap.TableCell
Packages that use TableCell
Package
Description
-
Uses of TableCell in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return TableCellModifier and TypeMethodDescriptionBootstrapFactory.createTableCell()Returns a new object of class 'Table Cell'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type TableCell -
Uses of TableCell in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableCellModifier and TypeClassDescriptionclassAn implementation of the model object 'Table Cell'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableCellMethods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type TableCell -
Uses of TableCell in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableCellModifier and TypeMethodDescriptionvoidColumnBuilder.buildCell(T rowElement, TableCell cell, org.nasdanika.common.ProgressMonitor progressMonitor) Builds a value cellvoidColumnBuilder.buildHeader(TableCell header, org.nasdanika.common.ProgressMonitor progressMonitor) Builds a header cell.BootstrapSwitch.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)