Uses of Interface
org.nasdanika.html.model.bootstrap.BootstrapElement
-
Packages that use BootstrapElement Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of BootstrapElement in org.nasdanika.html.model.bootstrap
Subinterfaces of BootstrapElement 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'.interfaceColumnA representation of the model object 'Column'.interfaceContainerA representation of the model object 'Container'.interfaceDivA representation of the model object 'Div'.interfaceModalA representation of the model object 'Modal'.interfaceRowA representation of the model object 'Row'.interfaceSlideA representation of the model object 'Slide'.interfaceTableA representation of the model object 'Table'.interfaceTableCellA representation of the model object 'Table Cell'.interfaceTableHeaderA representation of the model object 'Table Header'.interfaceTableRowA representation of the model object 'Table Row'.interfaceTableRowContainerA representation of the model object 'Table Row Container'.interfaceTableSectionA representation of the model object 'Table Section'.interfaceTagA representation of the model object 'Tag'.Methods in org.nasdanika.html.model.bootstrap that return BootstrapElement Modifier and Type Method Description BootstrapElementBootstrapFactory. createBootstrapElement()Returns a new object of class 'Element'.BootstrapElementCard. getBody()Returns the value of the 'Body' containment reference.BootstrapElementModal. getBody()Returns the value of the 'Body' containment reference.BootstrapElementCard. getFooter()Returns the value of the 'Footer' containment reference.BootstrapElementModal. getFooter()Returns the value of the 'Footer' containment reference.BootstrapElementCard. getHeader()Returns the value of the 'Header' containment reference.BootstrapElementModal. getHeader()Returns the value of the 'Header' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type BootstrapElement Modifier and Type Method Description voidCard. setBody(BootstrapElement value)Sets the value of the 'Body' containment reference.voidModal. setBody(BootstrapElement value)Sets the value of the 'Body' containment reference.voidCard. setFooter(BootstrapElement value)Sets the value of the 'Footer' containment reference.voidModal. setFooter(BootstrapElement value)Sets the value of the 'Footer' containment reference.voidCard. setHeader(BootstrapElement value)Sets the value of the 'Header' containment reference.voidModal. setHeader(BootstrapElement value)Sets the value of the 'Header' containment reference. -
Uses of BootstrapElement in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement BootstrapElement 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'.classBootstrapElementImplAn implementation of the model object 'Element'.classButtonImplAn implementation of the model object 'Button'.classCardImplAn implementation of the model object 'Card'.classCarouselImplAn implementation of the model object 'Carousel'.classColumnImplAn implementation of the model object 'Column'.classContainerImplAn implementation of the model object 'Container'.classDivImplAn implementation of the model object 'Div'.classModalImplAn implementation of the model object 'Modal'.classRowImplAn implementation of the model object 'Row'.classSlideImplAn implementation of the model object 'Slide'.classTableCellImplAn implementation of the model object 'Table Cell'.classTableHeaderImplAn implementation of the model object 'Table Header'.classTableImplAn implementation of the model object 'Table'.classTableRowContainerImplAn implementation of the model object 'Table Row Container'.classTableRowImplAn implementation of the model object 'Table Row'.classTableSectionImplAn implementation of the model object 'Table Section'.classTagImplAn implementation of the model object 'Tag'.Methods in org.nasdanika.html.model.bootstrap.impl that return BootstrapElement Modifier and Type Method Description BootstrapElementBootstrapFactoryImpl. createBootstrapElement()BootstrapElementCardImpl. getBody()BootstrapElementModalImpl. getBody()BootstrapElementCardImpl. getFooter()BootstrapElementModalImpl. getFooter()BootstrapElementCardImpl. getHeader()BootstrapElementModalImpl. getHeader() -
Uses of BootstrapElement in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type BootstrapElement Modifier and Type Method Description TBootstrapSwitch. caseBootstrapElement(BootstrapElement object)Returns the result of interpreting the object as an instance of 'Element'.booleanBootstrapValidator. validateBootstrapElement(BootstrapElement bootstrapElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-