Interface ActionGroup
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,Div,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,Tag,Tag
- All Known Implementing Classes:
ActionGroupImpl
public interface ActionGroup extends Div
A representation of the model object 'Action Group'. [List group](https://getbootstrap.com/docs/4.0/components/list-group/) with actions (links).The following features are supported:
- See Also:
BootstrapPackage.getActionGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ActionGroupItem>getItems()Returns the value of the 'Items' containment reference list.booleanisFlush()Returns the value of the 'Flush' attribute.voidsetFlush(boolean value)Sets the value of the 'Flush' attribute.-
Methods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearance
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.nasdanika.html.model.html.HtmlElement
getAttributes, getContent
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getRepresentations, getUris, getUuid, setActionPrototype, setDescription, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
isFlush
boolean isFlush()
Returns the value of the 'Flush' attribute. Removes borders to render action group items edge-to-edge in a parent container.- Returns:
- the value of the 'Flush' attribute.
- See Also:
setFlush(boolean),BootstrapPackage.getActionGroup_Flush()
-
setFlush
void setFlush(boolean value)
Sets the value of the 'Flush' attribute.- Parameters:
value- the new value of the 'Flush' attribute.- See Also:
isFlush()
-
getItems
EList<ActionGroupItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeActionGroupItem. Group items.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
BootstrapPackage.getActionGroup_Items()
-
-