Uses of Interface
org.nasdanika.html.model.bootstrap.Div
-
Packages that use Div Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Div in org.nasdanika.html.model.bootstrap
Subinterfaces of Div in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceActionGroupA representation of the model object 'Action Group'.interfaceAlertA representation of the model object 'Alert'.interfaceBadgeA representation of the model object 'Badge'.interfaceButtonA representation of the model object 'Button'.interfaceCardA representation of the model object 'Card'.interfaceCarouselA representation of the model object 'Carousel'.interfaceSlideA representation of the model object 'Slide'.Methods in org.nasdanika.html.model.bootstrap that return Div Modifier and Type Method Description DivBootstrapFactory. createDiv()Returns a new object of class 'Div'. -
Uses of Div in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Div Modifier and Type Class Description classActionGroupImplAn implementation of the model object 'Action Group'.classAlertImplAn implementation of the model object 'Alert'.classBadgeImplAn implementation of the model object 'Badge'.classButtonImplAn implementation of the model object 'Button'.classCardImplAn implementation of the model object 'Card'.classCarouselImplAn implementation of the model object 'Carousel'.classDivImplAn implementation of the model object 'Div'.classSlideImplAn implementation of the model object 'Slide'.Methods in org.nasdanika.html.model.bootstrap.impl that return Div Modifier and Type Method Description DivBootstrapFactoryImpl. createDiv() -
Uses of Div in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Div Modifier and Type Method Description TBootstrapSwitch. caseDiv(Div object)Returns the result of interpreting the object as an instance of 'Div'.booleanBootstrapValidator. validateDiv(Div div, DiagnosticChain diagnostics, Map<Object,Object> context)
-