Interface Table
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,TableConfiguration,TableRowContainer
- All Known Implementing Classes:
TableImpl
A representation of the model object 'Table'.
[Bootstrap table](https://getbootstrap.com/docs/4.0/content/tables/)
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.voidsetBody(TableSection value) Sets the value of the 'Body' containment reference.voidsetFooter(TableSection value) Sets the value of the 'Footer' containment reference.voidsetHeader(TableHeader value) Sets the value of the 'Header' containment reference.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, eSetDeliverMethods inherited from interface org.nasdanika.html.model.bootstrap.TableConfiguration
isBordered, isBorderless, isDark, isHover, isSmall, isStriped, setBordered, setBorderless, setDark, setHover, setSmall, setStripedMethods inherited from interface org.nasdanika.html.model.bootstrap.TableRowContainer
getRows
-
Method Details
-
getHeader
Returns the value of the 'Header' containment reference. Table header.- 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. Table body.- 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:
-