| Package | Description |
|---|---|
| org.nasdanika.html.model.bootstrap | |
| org.nasdanika.html.model.bootstrap.impl | |
| org.nasdanika.html.model.bootstrap.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableHeader
A representation of the model object 'Table Header'.
|
| Modifier and Type | Method and Description |
|---|---|
TableSection |
BootstrapFactory.createTableSection()
Returns a new object of class 'Table Section'.
|
TableSection |
Table.getBody()
Returns the value of the 'Body' containment reference.
|
TableSection |
Table.getFooter()
Returns the value of the 'Footer' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setBody(TableSection value)
Sets the value of the '
Body' containment reference. |
void |
Table.setFooter(TableSection value)
Sets the value of the '
Footer' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableHeaderImpl
An implementation of the model object 'Table Header'.
|
class |
TableSectionImpl
An implementation of the model object 'Table Section'.
|
| Modifier and Type | Method and Description |
|---|---|
TableSection |
BootstrapFactoryImpl.createTableSection() |
TableSection |
TableImpl.getBody() |
TableSection |
TableImpl.getFooter() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
TableImpl.basicSetBody(TableSection newBody,
NotificationChain msgs) |
NotificationChain |
TableImpl.basicSetFooter(TableSection newFooter,
NotificationChain msgs) |
void |
TableImpl.setBody(TableSection newBody) |
void |
TableImpl.setFooter(TableSection newFooter) |
| Modifier and Type | Method and Description |
|---|---|
T |
BootstrapSwitch.caseTableSection(TableSection object)
Returns the result of interpreting the object as an instance of 'Table Section'.
|
boolean |
BootstrapValidator.validateTableSection(TableSection tableSection,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2022 Nasdanika. All rights reserved.