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

org.nasdanika.html.model.bootstrap.Container Maven / Gradle / Ivy

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

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

/**
 * 
 * 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: *

*
    *
  • {@link org.nasdanika.html.model.bootstrap.Container#getRows Rows}
  • *
  • {@link org.nasdanika.html.model.bootstrap.Container#isFluid Fluid}
  • *
* * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContainer() * @model * @generated */ public interface Container extends BootstrapElement { /** * Returns the value of the 'Rows' containment reference list. * The list contents are of type {@link org.nasdanika.html.model.bootstrap.Row}. * * * * Container rows. * * @return the value of the 'Rows' containment reference list. * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContainer_Rows() * @model containment="true" * @generated */ EList getRows(); /** * Returns the value of the 'Fluid' attribute. * * * * Fluid container spans the entire width of the viewport. * * @return the value of the 'Fluid' attribute. * @see #setFluid(boolean) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getContainer_Fluid() * @model * @generated */ boolean isFluid(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Container#isFluid Fluid}' attribute. * * * @param value the new value of the 'Fluid' attribute. * @see #isFluid() * @generated */ void setFluid(boolean value); } // Container




© 2015 - 2024 Weber Informatics LLC | Privacy Policy