Uses of Interface
org.nasdanika.html.model.bootstrap.Slide
-
Packages that use Slide Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Slide in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Slide Modifier and Type Method Description SlideBootstrapFactory. createSlide()Returns a new object of class 'Slide'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Slide Modifier and Type Method Description EList<Slide>Carousel. getSlides()Returns the value of the 'Slides' containment reference list. -
Uses of Slide in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Slide Modifier and Type Class Description classSlideImplAn implementation of the model object 'Slide'.Methods in org.nasdanika.html.model.bootstrap.impl that return Slide Modifier and Type Method Description SlideBootstrapFactoryImpl. createSlide()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Slide Modifier and Type Method Description EList<Slide>CarouselImpl. getSlides() -
Uses of Slide in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Slide Modifier and Type Method Description TBootstrapSwitch. caseSlide(Slide object)Returns the result of interpreting the object as an instance of 'Slide'.booleanBootstrapValidator. validateSlide(Slide slide, DiagnosticChain diagnostics, Map<Object,Object> context)
-