001/** 002 */ 003package org.nasdanika.html.model.bootstrap; 004 005import org.eclipse.emf.common.util.EList; 006import org.eclipse.emf.ecore.EObject; 007 008/** 009 * <!-- begin-user-doc --> 010 * A representation of the model object '<em><b>Content Action Group Item</b></em>'. 011 * <!-- end-user-doc --> 012 * 013 * <!-- begin-model-doc --> 014 * Action Group Item with content. Click on the item shows the content in the content container. 015 * <!-- end-model-doc --> 016 * 017 * <p> 018 * The following features are supported: 019 * </p> 020 * <ul> 021 * <li>{@link org.nasdanika.html.model.bootstrap.ContentActionGroupItem#getContent <em>Content</em>}</li> 022 * </ul> 023 * 024 * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContentActionGroupItem() 025 * @model 026 * @generated 027 */ 028public interface ContentActionGroupItem extends ActionGroupItem { 029 030 /** 031 * Returns the value of the '<em><b>Content</b></em>' containment reference list. 032 * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. 033 * <!-- begin-user-doc --> 034 * <!-- end-user-doc --> 035 * <!-- begin-model-doc --> 036 * Container content. 037 * 038 * Content elements are adapted to ${javadoc/org.nasdanika.common.SupplierFactory} for generation of HTML content. 039 * <!-- end-model-doc --> 040 * @return the value of the '<em>Content</em>' containment reference list. 041 * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContentActionGroupItem_Content() 042 * @model containment="true" 043 * @generated 044 */ 045 EList<EObject> getContent(); 046} // ContentActionGroupItem