Uses of Interface
org.nasdanika.html.model.bootstrap.TableConfiguration
-
Packages that use TableConfiguration Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableConfiguration in org.nasdanika.html.model.bootstrap
Subinterfaces of TableConfiguration in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceTableA representation of the model object 'Table'. -
Uses of TableConfiguration in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableConfiguration Modifier and Type Class Description classTableImplAn implementation of the model object 'Table'. -
Uses of TableConfiguration in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableConfiguration Modifier and Type Method Description TBootstrapSwitch. caseTableConfiguration(TableConfiguration object)Returns the result of interpreting the object as an instance of 'Table Configuration'.booleanBootstrapValidator. validateTableConfiguration(TableConfiguration tableConfiguration, DiagnosticChain diagnostics, Map<Object,Object> context)
-