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

org.nasdanika.html.model.bootstrap.LinkActionGroupItem 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 'Link Action Group Item'.
 * 
 *
 * 
 * Click on the item navigates to the link URL.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.bootstrap.LinkActionGroupItem#getUrl Url}
  • *
* * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getLinkActionGroupItem() * @model * @generated */ public interface LinkActionGroupItem extends ActionGroupItem { /** * Returns the value of the 'Url' attribute. * * * * Link URL. * * @return the value of the 'Url' attribute. * @see #setUrl(String) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getLinkActionGroupItem_Url() * @model required="true" * @generated */ String getUrl(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.LinkActionGroupItem#getUrl Url}' attribute. * * * @param value the new value of the 'Url' attribute. * @see #getUrl() * @generated */ void setUrl(String value); } // LinkActionGroupItem




© 2015 - 2025 Weber Informatics LLC | Privacy Policy