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

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

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

/**
 * 
 * A representation of the model object 'Card'.
 * 
 *
 * 
 * Bootstrap [card](https://getbootstrap.com/docs/4.0/components/card/).
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.bootstrap.Card#getHeader Header}
  • *
  • {@link org.nasdanika.html.model.bootstrap.Card#getBody Body}
  • *
  • {@link org.nasdanika.html.model.bootstrap.Card#getFooter Footer}
  • *
* * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getCard() * @model * @generated */ public interface Card extends Div { /** * Returns the value of the 'Header' containment reference. * * * * Card header. * * @return the value of the 'Header' containment reference. * @see #setHeader(BootstrapElement) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getCard_Header() * @model containment="true" * @generated */ BootstrapElement getHeader(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Card#getHeader Header}' containment reference. * * * @param value the new value of the 'Header' containment reference. * @see #getHeader() * @generated */ void setHeader(BootstrapElement value); /** * Returns the value of the 'Body' containment reference. * * * * Card body. * * @return the value of the 'Body' containment reference. * @see #setBody(BootstrapElement) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getCard_Body() * @model containment="true" * @generated */ BootstrapElement getBody(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Card#getBody Body}' containment reference. * * * @param value the new value of the 'Body' containment reference. * @see #getBody() * @generated */ void setBody(BootstrapElement value); /** * Returns the value of the 'Footer' containment reference. * * * * Card footer. * * @return the value of the 'Footer' containment reference. * @see #setFooter(BootstrapElement) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getCard_Footer() * @model containment="true" * @generated */ BootstrapElement getFooter(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Card#getFooter Footer}' containment reference. * * * @param value the new value of the 'Footer' containment reference. * @see #getFooter() * @generated */ void setFooter(BootstrapElement value); } // Card




© 2015 - 2025 Weber Informatics LLC | Privacy Policy