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
A representation of the model object 'Modal'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns the value of the 'Body' containment reference.Returns the value of the 'Footer' containment reference.Returns the value of the 'Header' containment reference.getSize()Returns the value of the 'Size' attribute.booleanReturns the value of the 'Centered' attribute.booleanReturns the value of the 'Dismisser' attribute.booleanReturns 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.voidSets the value of the 'Size' attribute.Methods inherited from interface org.nasdanika.common.Adaptable
adaptToMethods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearanceMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.html.model.html.HtmlElement
getAttributes, getContentMethods inherited from interface org.nasdanika.ncore.Marked
getMarkersMethods inherited from interface org.nasdanika.ncore.ModelElement
getAnnotation, getAnnotations, getDescription, getLabelPrototype, getRepresentations, getUris, getUuid, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotations, setDescription, setLabelPrototype, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Header' containment reference.- Parameters:
value- the new value of the 'Header' containment reference.- See Also:
-
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
Sets the value of the 'Body' containment reference.- Parameters:
value- the new value of the 'Body' containment reference.- See Also:
-
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
Sets the value of the 'Dismisser' attribute.- Parameters:
value- the new value of the 'Dismisser' attribute.- See Also:
-
isScrollable
boolean isScrollable()Returns the value of the 'Scrollable' attribute.- Returns:
- the value of the 'Scrollable' attribute.
- See Also:
-
setScrollable
Sets the value of the 'Scrollable' attribute.- Parameters:
value- the new value of the 'Scrollable' attribute.- See Also:
-
isCentered
boolean isCentered()Returns the value of the 'Centered' attribute.- Returns:
- the value of the 'Centered' attribute.
- See Also:
-
setCentered
Sets the value of the 'Centered' attribute.- Parameters:
value- the new value of the 'Centered' attribute.- See Also:
-
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
Sets the value of the 'Size' attribute.- Parameters:
value- the new value of the 'Size' attribute.- See Also:
-