Interface BootstrapElement
- All Superinterfaces:
org.nasdanika.common.Adaptable,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier
- All Known Subinterfaces:
ActionGroup,Alert,Badge,Button,Card,Carousel,Column,Container,Div,Modal,Row,Slide,Table,TableCell,TableHeader,TableRow,TableRowContainer,TableSection,Tag
- All Known Implementing Classes:
ActionGroupImpl,AlertImpl,BadgeImpl,BootstrapElementImpl,ButtonImpl,CardImpl,CarouselImpl,ColumnImpl,ContainerImpl,DivImpl,ModalImpl,RowImpl,SlideImpl,TableCellImpl,TableHeaderImpl,TableImpl,TableRowContainerImpl,TableRowImpl,TableSectionImpl,TagImpl
A representation of the model object 'Element'.
An HTML element with Bootstrap appearance.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Appearance' containment reference.voidsetAppearance(Appearance value) Sets the value of the 'Appearance' containment reference.Methods inherited from interface org.nasdanika.common.Adaptable
adaptToMethods 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
-
getAppearance
Returns the value of the 'Appearance' containment reference. Customizes appearance of Bootstrap element.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
-
setAppearance
Sets the value of the 'Appearance' containment reference.- Parameters:
value- the new value of the 'Appearance' containment reference.- See Also:
-