Interface TableRowContainer
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier
- All Known Subinterfaces:
Table,TableHeader,TableSection
- All Known Implementing Classes:
TableHeaderImpl,TableImpl,TableRowContainerImpl,TableSectionImpl
A representation of the model object 'Table Row Container'.
Base class for containers of rows - table, header, body, footer.
The following features are supported:
- See Also:
-
Method Summary
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
-
getRows
Returns the value of the 'Rows' containment reference list. The list contents are of typeTableRow. Table rows.- Returns:
- the value of the 'Rows' containment reference list.
- See Also:
-