Uses of Interface
org.nasdanika.html.model.bootstrap.Badge
-
Packages that use Badge Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Badge in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Badge Modifier and Type Method Description BadgeBootstrapFactory. createBadge()Returns a new object of class 'Badge'. -
Uses of Badge in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Badge Modifier and Type Class Description classBadgeImplAn implementation of the model object 'Badge'.Methods in org.nasdanika.html.model.bootstrap.impl that return Badge Modifier and Type Method Description BadgeBootstrapFactoryImpl. createBadge() -
Uses of Badge in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Badge Modifier and Type Method Description TBootstrapSwitch. caseBadge(Badge object)Returns the result of interpreting the object as an instance of 'Badge'.booleanBootstrapValidator. validateBadge(Badge badge, DiagnosticChain diagnostics, Map<Object,Object> context)
-