public interface Modal extends BootstrapElement
The following features are supported:
BootstrapPackage.getModal()| Modifier and Type | Method and Description |
|---|---|
BootstrapElement |
getBody()
Returns the value of the 'Body' containment reference.
|
BootstrapElement |
getFooter()
Returns the value of the 'Footer' containment reference.
|
BootstrapElement |
getHeader()
Returns the value of the 'Header' containment reference.
|
String |
getSize()
Returns the value of the 'Size' attribute.
|
boolean |
isCentered()
Returns the value of the 'Centered' attribute.
|
boolean |
isDismisser()
Returns the value of the 'Dismisser' attribute.
|
boolean |
isScrollable()
Returns the value of the 'Scrollable' attribute.
|
void |
setBody(BootstrapElement value)
Sets the value of the '
Body' containment reference. |
void |
setCentered(boolean value)
Sets the value of the '
Centered' attribute. |
void |
setDismisser(boolean value)
Sets the value of the '
Dismisser' attribute. |
void |
setFooter(BootstrapElement value)
Sets the value of the '
Footer' containment reference. |
void |
setHeader(BootstrapElement value)
Sets the value of the '
Header' containment reference. |
void |
setScrollable(boolean value)
Sets the value of the '
Scrollable' attribute. |
void |
setSize(String value)
Sets the value of the '
Size' attribute. |
getAppearance, setAppearancegetAttributes, getContentgetActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuidgetMarkerseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverBootstrapElement getHeader()
setHeader(BootstrapElement),
BootstrapPackage.getModal_Header()void setHeader(BootstrapElement value)
Header' containment reference.
value - the new value of the 'Header' containment reference.getHeader()BootstrapElement getBody()
setBody(BootstrapElement),
BootstrapPackage.getModal_Body()void setBody(BootstrapElement value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()BootstrapElement getFooter()
setFooter(BootstrapElement),
BootstrapPackage.getModal_Footer()void setFooter(BootstrapElement value)
Footer' containment reference.
value - the new value of the 'Footer' containment reference.getFooter()boolean isDismisser()
"true".
setDismisser(boolean),
BootstrapPackage.getModal_Dismisser()void setDismisser(boolean value)
Dismisser' attribute.
value - the new value of the 'Dismisser' attribute.isDismisser()boolean isScrollable()
setScrollable(boolean),
BootstrapPackage.getModal_Scrollable()void setScrollable(boolean value)
Scrollable' attribute.
value - the new value of the 'Scrollable' attribute.isScrollable()boolean isCentered()
setCentered(boolean),
BootstrapPackage.getModal_Centered()void setCentered(boolean value)
Centered' attribute.
value - the new value of the 'Centered' attribute.isCentered()String getSize()
"".
Modal size - ``small``, ``large``, or ``extra-large``.
setSize(String),
BootstrapPackage.getModal_Size()Copyright © 2022 Nasdanika. All rights reserved.