Uses of Interface
org.nasdanika.html.model.bootstrap.Table
Packages that use Table
Package
Description
-
Uses of Table in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return TableModifier and TypeMethodDescriptionBootstrapFactory.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 TableMethods in org.nasdanika.html.model.bootstrap.impl that return Table -
Uses of Table in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util that return TableModifier and TypeMethodDescriptionstatic <T> TableBootstrapUtil.buildTable(Collection<? extends T> elements, boolean buildHeader, Collection<ColumnBuilder<? super T>> columnBuilders, org.nasdanika.common.ProgressMonitor progressMonitor) Builds a static tablestatic <T> TableBootstrapUtil.buildTable(Collection<? extends T> elements, boolean buildHeader, org.nasdanika.common.ProgressMonitor progressMonitor, ColumnBuilder<? super T>... columnBuilders) Builds a static table.Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Table'.booleanBootstrapValidator.validateTable(Table table, DiagnosticChain diagnostics, Map<Object, Object> context)