Uses of Interface
org.nasdanika.html.model.bootstrap.BootstrapElement
Packages that use BootstrapElement
Package
Description
-
Uses of BootstrapElement in org.nasdanika.html.model.bootstrap
Subinterfaces of BootstrapElement in org.nasdanika.html.model.bootstrapModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Action Group'.interfaceA representation of the model object 'Alert'.interfaceA representation of the model object 'Badge'.interfaceA representation of the model object 'Button'.interfaceA representation of the model object 'Card'.interfaceA representation of the model object 'Carousel'.interfaceA representation of the model object 'Column'.interfaceA representation of the model object 'Container'.interfaceA representation of the model object 'Div'.interfaceA representation of the model object 'Modal'.interfaceA representation of the model object 'Row'.interfaceA representation of the model object 'Slide'.interfaceA representation of the model object 'Table'.interfaceA representation of the model object 'Table Cell'.interfaceA representation of the model object 'Table Header'.interfaceA representation of the model object 'Table Row'.interfaceA representation of the model object 'Table Row Container'.interfaceA representation of the model object 'Table Section'.interfaceA representation of the model object 'Tag'.Methods in org.nasdanika.html.model.bootstrap that return BootstrapElementModifier and TypeMethodDescriptionBootstrapFactory.createBootstrapElement()Returns a new object of class 'Element'.Card.getBody()Returns the value of the 'Body' containment reference.Modal.getBody()Returns the value of the 'Body' containment reference.Card.getFooter()Returns the value of the 'Footer' containment reference.Modal.getFooter()Returns the value of the 'Footer' containment reference.Card.getHeader()Returns the value of the 'Header' containment reference.Modal.getHeader()Returns the value of the 'Header' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type BootstrapElementModifier and TypeMethodDescriptionvoidCard.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 BootstrapElementModifier and TypeClassDescriptionclassAn implementation of the model object 'Action Group'.classAn implementation of the model object 'Alert'.classAn implementation of the model object 'Badge'.classAn implementation of the model object 'Element'.classAn implementation of the model object 'Button'.classAn implementation of the model object 'Card'.classAn implementation of the model object 'Carousel'.classAn implementation of the model object 'Column'.classAn implementation of the model object 'Container'.classAn implementation of the model object 'Div'.classAn implementation of the model object 'Modal'.classAn implementation of the model object 'Row'.classAn implementation of the model object 'Slide'.classAn implementation of the model object 'Table Cell'.classAn implementation of the model object 'Table Header'.classAn implementation of the model object 'Table'.classAn implementation of the model object 'Table Row Container'.classAn implementation of the model object 'Table Row'.classAn implementation of the model object 'Table Section'.classAn implementation of the model object 'Tag'.Methods in org.nasdanika.html.model.bootstrap.impl that return BootstrapElementModifier and TypeMethodDescriptionBootstrapFactoryImpl.createBootstrapElement()CardImpl.getBody()ModalImpl.getBody()CardImpl.getFooter()ModalImpl.getFooter()CardImpl.getHeader()ModalImpl.getHeader()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type BootstrapElementModifier and TypeMethodDescriptionCardImpl.basicSetBody(BootstrapElement newBody, NotificationChain msgs) ModalImpl.basicSetBody(BootstrapElement newBody, NotificationChain msgs) CardImpl.basicSetFooter(BootstrapElement newFooter, NotificationChain msgs) ModalImpl.basicSetFooter(BootstrapElement newFooter, NotificationChain msgs) CardImpl.basicSetHeader(BootstrapElement newHeader, NotificationChain msgs) ModalImpl.basicSetHeader(BootstrapElement newHeader, NotificationChain msgs) voidCardImpl.setBody(BootstrapElement newBody) voidModalImpl.setBody(BootstrapElement newBody) voidCardImpl.setFooter(BootstrapElement newFooter) voidModalImpl.setFooter(BootstrapElement newFooter) voidCardImpl.setHeader(BootstrapElement newHeader) voidModalImpl.setHeader(BootstrapElement newHeader) -
Uses of BootstrapElement in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type BootstrapElementModifier and TypeMethodDescriptionBootstrapSwitch.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)