Uses of Interface
org.nasdanika.html.model.bootstrap.TableSection
Packages that use TableSection
Package
Description
-
Uses of TableSection in org.nasdanika.html.model.bootstrap
Subinterfaces of TableSection in org.nasdanika.html.model.bootstrapModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Table Header'.Methods in org.nasdanika.html.model.bootstrap that return TableSectionModifier and TypeMethodDescriptionBootstrapFactory.createTableSection()Returns a new object of class 'Table Section'.Table.getBody()Returns the value of the 'Body' containment reference.Table.getFooter()Returns the value of the 'Footer' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type TableSectionModifier and TypeMethodDescriptionvoidTable.setBody(TableSection value) Sets the value of the 'Body' containment reference.voidTable.setFooter(TableSection value) Sets the value of the 'Footer' containment reference. -
Uses of TableSection in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableSectionModifier and TypeClassDescriptionclassAn implementation of the model object 'Table Header'.classAn implementation of the model object 'Table Section'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableSectionModifier and TypeMethodDescriptionBootstrapFactoryImpl.createTableSection()TableImpl.getBody()TableImpl.getFooter()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type TableSectionModifier and TypeMethodDescriptionTableImpl.basicSetBody(TableSection newBody, NotificationChain msgs) TableImpl.basicSetFooter(TableSection newFooter, NotificationChain msgs) voidTableImpl.setBody(TableSection newBody) voidTableImpl.setFooter(TableSection newFooter) -
Uses of TableSection in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableSectionModifier and TypeMethodDescriptionBootstrapSwitch.caseTableSection(TableSection object) Returns the result of interpreting the object as an instance of 'Table Section'.booleanBootstrapValidator.validateTableSection(TableSection tableSection, DiagnosticChain diagnostics, Map<Object, Object> context)