Uses of Interface
org.nasdanika.html.model.bootstrap.TableSection
-
Packages that use TableSection Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableSection in org.nasdanika.html.model.bootstrap
Subinterfaces of TableSection in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceTableHeaderA representation of the model object 'Table Header'.Methods in org.nasdanika.html.model.bootstrap that return TableSection Modifier and Type Method Description TableSectionBootstrapFactory. createTableSection()Returns a new object of class 'Table Section'.TableSectionTable. getBody()Returns the value of the 'Body' containment reference.TableSectionTable. getFooter()Returns the value of the 'Footer' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type TableSection Modifier and Type Method Description voidTable. 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 TableSection Modifier and Type Class Description classTableHeaderImplAn implementation of the model object 'Table Header'.classTableSectionImplAn implementation of the model object 'Table Section'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableSection Modifier and Type Method Description TableSectionBootstrapFactoryImpl. createTableSection()TableSectionTableImpl. getBody()TableSectionTableImpl. getFooter()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type TableSection Modifier and Type Method Description NotificationChainTableImpl. basicSetBody(TableSection newBody, NotificationChain msgs)NotificationChainTableImpl. 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 TableSection Modifier and Type Method Description TBootstrapSwitch. 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)
-