Uses of Interface
org.nasdanika.html.model.bootstrap.Card
-
Packages that use Card Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Card in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Card Modifier and Type Method Description CardBootstrapFactory. createCard()Returns a new object of class 'Card'. -
Uses of Card in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Card Modifier and Type Class Description classCardImplAn implementation of the model object 'Card'.Methods in org.nasdanika.html.model.bootstrap.impl that return Card Modifier and Type Method Description CardBootstrapFactoryImpl. createCard() -
Uses of Card in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Card Modifier and Type Method Description TBootstrapSwitch. caseCard(Card object)Returns the result of interpreting the object as an instance of 'Card'.booleanBootstrapValidator. validateCard(Card card, DiagnosticChain diagnostics, Map<Object,Object> context)
-