Uses of Interface
org.nasdanika.html.model.bootstrap.Tag
-
Packages that use Tag Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Tag in org.nasdanika.html.model.bootstrap
Subinterfaces of Tag 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'.interfaceDivA representation of the model object 'Div'.interfaceSlideA representation of the model object 'Slide'.Methods in org.nasdanika.html.model.bootstrap that return Tag Modifier and Type Method Description TagBootstrapFactory. createTag()Returns a new object of class 'Tag'. -
Uses of Tag in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Tag 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'.classTagImplAn implementation of the model object 'Tag'.Methods in org.nasdanika.html.model.bootstrap.impl that return Tag Modifier and Type Method Description TagBootstrapFactoryImpl. createTag() -
Uses of Tag in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Tag Modifier and Type Method Description TBootstrapSwitch. caseTag(Tag object)Returns the result of interpreting the object as an instance of 'Tag'.booleanBootstrapValidator. validateTag(Tag tag, DiagnosticChain diagnostics, Map<Object,Object> context)
-