-
- 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:
RowImpl
public interface Row extends BootstrapElement
A representation of the model object 'Row'. Container rowsThe following features are supported:
- See Also:
BootstrapPackage.getRow()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Column>getColumns()Returns the value of the 'Columns' containment reference list.-
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
-
getColumns
EList<Column> getColumns()
Returns the value of the 'Columns' containment reference list. The list contents are of typeColumn. Row columns.- Returns:
- the value of the 'Columns' containment reference list.
- See Also:
BootstrapPackage.getRow_Columns()
-
-