Interface Container
-
- 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:
ContainerImpl
public interface Container extends BootstrapElement
A representation of the model object 'Container'. [Bootstrap layout](https://getbootstrap.com/docs/4.3/layout/overview/) container contains rows which in turn contain columns.The following features are supported:
- See Also:
BootstrapPackage.getContainer()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Row>getRows()Returns the value of the 'Rows' containment reference list.booleanisFluid()Returns the value of the 'Fluid' attribute.voidsetFluid(boolean value)Sets the value of the 'Fluid' attribute.-
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
-
getRows
EList<Row> getRows()
Returns the value of the 'Rows' containment reference list. The list contents are of typeRow. Container rows.- Returns:
- the value of the 'Rows' containment reference list.
- See Also:
BootstrapPackage.getContainer_Rows()
-
isFluid
boolean isFluid()
Returns the value of the 'Fluid' attribute. Fluid container spans the entire width of the viewport.- Returns:
- the value of the 'Fluid' attribute.
- See Also:
setFluid(boolean),BootstrapPackage.getContainer_Fluid()
-
-