Interface Modal
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier
- All Known Implementing Classes:
ModalImpl
public interface Modal extends BootstrapElement
A representation of the model object 'Modal'.The following features are supported:
- See Also:
BootstrapPackage.getModal()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BootstrapElementgetBody()Returns the value of the 'Body' containment reference.BootstrapElementgetFooter()Returns the value of the 'Footer' containment reference.BootstrapElementgetHeader()Returns the value of the 'Header' containment reference.StringgetSize()Returns the value of the 'Size' attribute.booleanisCentered()Returns the value of the 'Centered' attribute.booleanisDismisser()Returns the value of the 'Dismisser' attribute.booleanisScrollable()Returns the value of the 'Scrollable' attribute.voidsetBody(BootstrapElement value)Sets the value of the 'Body' containment reference.voidsetCentered(boolean value)Sets the value of the 'Centered' attribute.voidsetDismisser(boolean value)Sets the value of the 'Dismisser' attribute.voidsetFooter(BootstrapElement value)Sets the value of the 'Footer' containment reference.voidsetHeader(BootstrapElement value)Sets the value of the 'Header' containment reference.voidsetScrollable(boolean value)Sets the value of the 'Scrollable' attribute.voidsetSize(String value)Sets the value of the 'Size' attribute.-
Methods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearance
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.nasdanika.html.model.html.HtmlElement
getAttributes, getContent
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getRepresentations, getUris, getUuid, setActionPrototype, setDescription, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getHeader
BootstrapElement getHeader()
Returns the value of the 'Header' containment reference. Modal header content and appearance.- Returns:
- the value of the 'Header' containment reference.
- See Also:
setHeader(BootstrapElement),BootstrapPackage.getModal_Header()
-
setHeader
void setHeader(BootstrapElement value)
Sets the value of the 'Header' containment reference.- Parameters:
value- the new value of the 'Header' containment reference.- See Also:
getHeader()
-
getBody
BootstrapElement getBody()
Returns the value of the 'Body' containment reference. Modal body content and appearance.- Returns:
- the value of the 'Body' containment reference.
- See Also:
setBody(BootstrapElement),BootstrapPackage.getModal_Body()
-
setBody
void setBody(BootstrapElement value)
Sets the value of the 'Body' containment reference.- Parameters:
value- the new value of the 'Body' containment reference.- See Also:
getBody()
-
getFooter
BootstrapElement getFooter()
Returns the value of the 'Footer' containment reference. Modal footer content and appearance.- Returns:
- the value of the 'Footer' containment reference.
- See Also:
setFooter(BootstrapElement),BootstrapPackage.getModal_Footer()
-
setFooter
void setFooter(BootstrapElement value)
Sets the value of the 'Footer' containment reference.- Parameters:
value- the new value of the 'Footer' containment reference.- See Also:
getFooter()
-
isDismisser
boolean isDismisser()
Returns the value of the 'Dismisser' attribute. The default value is"true".- Returns:
- the value of the 'Dismisser' attribute.
- See Also:
setDismisser(boolean),BootstrapPackage.getModal_Dismisser()
-
setDismisser
void setDismisser(boolean value)
Sets the value of the 'Dismisser' attribute.- Parameters:
value- the new value of the 'Dismisser' attribute.- See Also:
isDismisser()
-
isScrollable
boolean isScrollable()
Returns the value of the 'Scrollable' attribute.- Returns:
- the value of the 'Scrollable' attribute.
- See Also:
setScrollable(boolean),BootstrapPackage.getModal_Scrollable()
-
setScrollable
void setScrollable(boolean value)
Sets the value of the 'Scrollable' attribute.- Parameters:
value- the new value of the 'Scrollable' attribute.- See Also:
isScrollable()
-
isCentered
boolean isCentered()
Returns the value of the 'Centered' attribute.- Returns:
- the value of the 'Centered' attribute.
- See Also:
setCentered(boolean),BootstrapPackage.getModal_Centered()
-
setCentered
void setCentered(boolean value)
Sets the value of the 'Centered' attribute.- Parameters:
value- the new value of the 'Centered' attribute.- See Also:
isCentered()
-
getSize
String getSize()
Returns the value of the 'Size' attribute. The default value is"". Modal size - ``small``, ``large``, or ``extra-large``.- Returns:
- the value of the 'Size' attribute.
- See Also:
setSize(String),BootstrapPackage.getModal_Size()
-
-