Interface ContentActionGroupItem
-
- All Superinterfaces:
ActionGroupItem,org.nasdanika.common.Adaptable,EObject,Item,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier
- All Known Implementing Classes:
ContentActionGroupItemImpl
public interface ContentActionGroupItem extends ActionGroupItem
A representation of the model object 'Content Action Group Item'. Action Group Item with content. Click on the item shows the content in the content container.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getContent()Returns the value of the 'Content' containment reference list.-
Methods inherited from interface org.nasdanika.html.model.bootstrap.ActionGroupItem
getName
-
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.bootstrap.Item
getColor, isActive, isDisabled, setActive, setColor, setDisabled
-
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
-
getContent
EList<EObject> getContent()
Returns the value of the 'Content' containment reference list. The list contents are of typeEObject. Container content. Content elements are adapted to ${javadoc/org.nasdanika.common.SupplierFactory} for generation of HTML content.- Returns:
- the value of the 'Content' containment reference list.
- See Also:
BootstrapPackage.getContentActionGroupItem_Content()
-
-