Uses of Interface
org.nasdanika.html.model.bootstrap.TableRowContainer
-
Packages that use TableRowContainer Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableRowContainer in org.nasdanika.html.model.bootstrap
Subinterfaces of TableRowContainer in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceTableA representation of the model object 'Table'.interfaceTableHeaderA representation of the model object 'Table Header'.interfaceTableSectionA representation of the model object 'Table Section'. -
Uses of TableRowContainer in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableRowContainer Modifier and Type Class Description classTableHeaderImplAn implementation of the model object 'Table Header'.classTableImplAn implementation of the model object 'Table'.classTableRowContainerImplAn implementation of the model object 'Table Row Container'.classTableSectionImplAn implementation of the model object 'Table Section'. -
Uses of TableRowContainer in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableRowContainer Modifier and Type Method Description TBootstrapSwitch. caseTableRowContainer(TableRowContainer object)Returns the result of interpreting the object as an instance of 'Table Row Container'.booleanBootstrapValidator. validateTableRowContainer(TableRowContainer tableRowContainer, DiagnosticChain diagnostics, Map<Object,Object> context)
-