org.nasdanika.html.model.bootstrap.ContentActionGroupItem Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* 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:
*
*
* - {@link org.nasdanika.html.model.bootstrap.ContentActionGroupItem#getContent Content}
*
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContentActionGroupItem()
* @model
* @generated
*/
public interface ContentActionGroupItem extends ActionGroupItem {
/**
* Returns the value of the 'Content' containment reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
*
*
*
* Container content.
*
* Content elements are adapted to ${javadoc/org.nasdanika.common.SupplierFactory} for generation of HTML content.
*
* @return the value of the 'Content' containment reference list.
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContentActionGroupItem_Content()
* @model containment="true"
* @generated
*/
EList getContent();
} // ContentActionGroupItem