Uses of Interface
org.nasdanika.html.model.bootstrap.Navs
-
Packages that use Navs Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Navs in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Navs Modifier and Type Method Description NavsBootstrapFactory. createNavs()Returns a new object of class 'Navs'. -
Uses of Navs in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Navs Modifier and Type Class Description classNavsImplAn implementation of the model object 'Navs'.Methods in org.nasdanika.html.model.bootstrap.impl that return Navs Modifier and Type Method Description NavsBootstrapFactoryImpl. createNavs() -
Uses of Navs in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Navs Modifier and Type Method Description TBootstrapSwitch. caseNavs(Navs object)Returns the result of interpreting the object as an instance of 'Navs'.booleanBootstrapValidator. validateNavs(Navs navs, DiagnosticChain diagnostics, Map<Object,Object> context)
-