Uses of Interface
org.nasdanika.html.model.bootstrap.Breadcrumb
-
Packages that use Breadcrumb Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Breadcrumb in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Breadcrumb Modifier and Type Method Description BreadcrumbBootstrapFactory. createBreadcrumb()Returns a new object of class 'Breadcrumb'. -
Uses of Breadcrumb in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Breadcrumb Modifier and Type Class Description classBreadcrumbImplAn implementation of the model object 'Breadcrumb'.Methods in org.nasdanika.html.model.bootstrap.impl that return Breadcrumb Modifier and Type Method Description BreadcrumbBootstrapFactoryImpl. createBreadcrumb() -
Uses of Breadcrumb in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Breadcrumb Modifier and Type Method Description TBootstrapSwitch. caseBreadcrumb(Breadcrumb object)Returns the result of interpreting the object as an instance of 'Breadcrumb'.booleanBootstrapValidator. validateBreadcrumb(Breadcrumb breadcrumb, DiagnosticChain diagnostics, Map<Object,Object> context)
-