| 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 |
ActionGroup
A representation of the model object 'Action Group'.
|
interface |
Alert
A representation of the model object 'Alert'.
|
interface |
Badge
A representation of the model object 'Badge'.
|
interface |
Button
A representation of the model object 'Button'.
|
interface |
Card
A representation of the model object 'Card'.
|
interface |
Column
A representation of the model object 'Column'.
|
interface |
Container
A representation of the model object 'Container'.
|
interface |
Div
A representation of the model object 'Div'.
|
interface |
Modal
A representation of the model object 'Modal'.
|
interface |
Row
A representation of the model object 'Row'.
|
interface |
Table
A representation of the model object 'Table'.
|
interface |
TableCell
A representation of the model object 'Table Cell'.
|
interface |
TableHeader
A representation of the model object 'Table Header'.
|
interface |
TableRow
A representation of the model object 'Table Row'.
|
interface |
TableRowContainer
A representation of the model object 'Table Row Container'.
|
interface |
TableSection
A representation of the model object 'Table Section'.
|
interface |
Tag
A representation of the model object 'Tag'.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapElement |
BootstrapFactory.createBootstrapElement()
Returns a new object of class 'Element'.
|
BootstrapElement |
BootstrapFactory.createBootstrapElement()
Returns a new object of class 'Element'.
|
BootstrapElement |
Modal.getBody()
Returns the value of the 'Body' containment reference.
|
BootstrapElement |
Modal.getBody()
Returns the value of the 'Body' containment reference.
|
BootstrapElement |
Modal.getFooter()
Returns the value of the 'Footer' containment reference.
|
BootstrapElement |
Modal.getFooter()
Returns the value of the 'Footer' containment reference.
|
BootstrapElement |
Modal.getHeader()
Returns the value of the 'Header' containment reference.
|
BootstrapElement |
Modal.getHeader()
Returns the value of the 'Header' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Modal.setBody(BootstrapElement value)
Sets the value of the '
Body' containment reference. |
void |
Modal.setBody(BootstrapElement value)
Sets the value of the '
Body' containment reference. |
void |
Modal.setFooter(BootstrapElement value)
Sets the value of the '
Footer' containment reference. |
void |
Modal.setFooter(BootstrapElement value)
Sets the value of the '
Footer' containment reference. |
void |
Modal.setHeader(BootstrapElement value)
Sets the value of the '
Header' containment reference. |
void |
Modal.setHeader(BootstrapElement value)
Sets the value of the '
Header' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionGroupImpl
An implementation of the model object 'Action Group'.
|
class |
AlertImpl
An implementation of the model object 'Alert'.
|
class |
BadgeImpl
An implementation of the model object 'Badge'.
|
class |
BootstrapElementImpl
An implementation of the model object 'Element'.
|
class |
ButtonImpl
An implementation of the model object 'Button'.
|
class |
CardImpl
An implementation of the model object 'Card'.
|
class |
ColumnImpl
An implementation of the model object 'Column'.
|
class |
ContainerImpl
An implementation of the model object 'Container'.
|
class |
DivImpl
An implementation of the model object 'Div'.
|
class |
ModalImpl
An implementation of the model object 'Modal'.
|
class |
RowImpl
An implementation of the model object 'Row'.
|
class |
TableCellImpl
An implementation of the model object 'Table Cell'.
|
class |
TableHeaderImpl
An implementation of the model object 'Table Header'.
|
class |
TableImpl
An implementation of the model object 'Table'.
|
class |
TableRowContainerImpl
An implementation of the model object 'Table Row Container'.
|
class |
TableRowImpl
An implementation of the model object 'Table Row'.
|
class |
TableSectionImpl
An implementation of the model object 'Table Section'.
|
class |
TagImpl
An implementation of the model object 'Tag'.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapElement |
BootstrapFactoryImpl.createBootstrapElement() |
BootstrapElement |
BootstrapFactoryImpl.createBootstrapElement() |
BootstrapElement |
ModalImpl.getBody() |
BootstrapElement |
ModalImpl.getBody() |
BootstrapElement |
ModalImpl.getFooter() |
BootstrapElement |
ModalImpl.getFooter() |
BootstrapElement |
ModalImpl.getHeader() |
BootstrapElement |
ModalImpl.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetBody(BootstrapElement newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetBody(BootstrapElement newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetFooter(BootstrapElement newFooter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetFooter(BootstrapElement newFooter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetHeader(BootstrapElement newHeader,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModalImpl.basicSetHeader(BootstrapElement newHeader,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModalImpl.setBody(BootstrapElement newBody) |
void |
ModalImpl.setBody(BootstrapElement newBody) |
void |
ModalImpl.setFooter(BootstrapElement newFooter) |
void |
ModalImpl.setFooter(BootstrapElement newFooter) |
void |
ModalImpl.setHeader(BootstrapElement newHeader) |
void |
ModalImpl.setHeader(BootstrapElement newHeader) |
| Modifier and Type | Method and Description |
|---|---|
T |
BootstrapSwitch.caseBootstrapElement(BootstrapElement object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
BootstrapSwitch.caseBootstrapElement(BootstrapElement object)
Returns the result of interpreting the object as an instance of 'Element'.
|
boolean |
BootstrapValidator.validateBootstrapElement(BootstrapElement bootstrapElement,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
BootstrapValidator.validateBootstrapElement(BootstrapElement bootstrapElement,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2021 Nasdanika. All rights reserved.