-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,Div,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,Tag,Tag
- All Known Implementing Classes:
CardImpl
public interface Card extends Div
A representation of the model object 'Card'. Bootstrap [card](https://getbootstrap.com/docs/4.0/components/card/).The following features are supported:
- See Also:
BootstrapPackage.getCard()
-
-
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.voidsetBody(BootstrapElement value)Sets the value of the 'Body' containment reference.voidsetFooter(BootstrapElement value)Sets the value of the 'Footer' containment reference.voidsetHeader(BootstrapElement value)Sets the value of the 'Header' containment reference.-
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. Card header.- Returns:
- the value of the 'Header' containment reference.
- See Also:
setHeader(BootstrapElement),BootstrapPackage.getCard_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. Card body.- Returns:
- the value of the 'Body' containment reference.
- See Also:
setBody(BootstrapElement),BootstrapPackage.getCard_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. Card footer.- Returns:
- the value of the 'Footer' containment reference.
- See Also:
setFooter(BootstrapElement),BootstrapPackage.getCard_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()
-
-