Uses of Interface
org.nasdanika.html.model.bootstrap.Table
-
Packages that use Table Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Table in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Table Modifier and Type Method Description TableBootstrapFactory. createTable()Returns a new object of class 'Table'. -
Uses of Table in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Table Modifier and Type Class Description classTableImplAn implementation of the model object 'Table'.Methods in org.nasdanika.html.model.bootstrap.impl that return Table Modifier and Type Method Description TableBootstrapFactoryImpl. createTable() -
Uses of Table in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Table Modifier and Type Method Description TBootstrapSwitch. caseTable(Table object)Returns the result of interpreting the object as an instance of 'Table'.booleanBootstrapValidator. validateTable(Table table, DiagnosticChain diagnostics, Map<Object,Object> context)
-