Uses of Interface
org.nasdanika.html.model.bootstrap.Carousel
-
Packages that use Carousel Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Carousel in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Carousel Modifier and Type Method Description CarouselBootstrapFactory. createCarousel()Returns a new object of class 'Carousel'. -
Uses of Carousel in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Carousel Modifier and Type Class Description classCarouselImplAn implementation of the model object 'Carousel'.Methods in org.nasdanika.html.model.bootstrap.impl that return Carousel Modifier and Type Method Description CarouselBootstrapFactoryImpl. createCarousel() -
Uses of Carousel in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Carousel Modifier and Type Method Description TBootstrapSwitch. caseCarousel(Carousel object)Returns the result of interpreting the object as an instance of 'Carousel'.booleanBootstrapValidator. validateCarousel(Carousel carousel, DiagnosticChain diagnostics, Map<Object,Object> context)
-