All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.html.model.app.ContentPanel Maven / Gradle / Ivy

There is a newer version: 2024.10.0
Show newest version
/**
 */
package org.nasdanika.html.model.app;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Content Panel'.
 * 
 *
 * 
 * Content panel displays the primary page conent and can have a navigation bar and several navigation panels.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.app.ContentPanel#getBreadcrumb Breadcrumb}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getTitle Title}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getLeftNavigation Left Navigation}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getRightNavigation Right Navigation}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getFloatLeftNavigation Float Left Navigation}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getFloatRightNavigation Float Right Navigation}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getSections Sections}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getSectionColumns Section Columns}
  • *
  • {@link org.nasdanika.html.model.app.ContentPanel#getSectionStyle Section Style}
  • *
* * @see org.nasdanika.html.model.app.AppPackage#getContentPanel() * @model * @generated */ public interface ContentPanel extends PagePart { /** * Returns the value of the 'Title' containment reference. * * * * Content title * * @return the value of the 'Title' containment reference. * @see #setTitle(Label) * @see org.nasdanika.html.model.app.AppPackage#getContentPanel_Title() * @model containment="true" * @generated */ Label getTitle(); /** * Sets the value of the '{@link org.nasdanika.html.model.app.ContentPanel#getTitle Title}' containment reference. * * * @param value the new value of the 'Title' containment reference. * @see #getTitle() * @generated */ void setTitle(Label value); /** * Returns the value of the 'Breadcrumb' containment reference list. * The list contents are of type {@link org.nasdanika.html.model.app.Label}. * * * * Breadcrumb items. Displayed on the top of the content panel. * * @return the value of the 'Breadcrumb' containment reference list. * @see org.nasdanika.html.model.app.AppPackage#getContentPanel_Breadcrumb() * @model containment="true" * @generated */ EList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy