Interface Button
-
- 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:
ButtonImpl
public interface Button extends Div
A representation of the model object 'Button'. TODO - size - enum? Block, active, disabled.The following features are supported:
- See Also:
BootstrapPackage.getButton()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()Returns the value of the 'Color' attribute.booleanisOutline()Returns the value of the 'Outline' attribute.voidsetColor(Color value)Sets the value of the 'Color' attribute.voidsetOutline(boolean value)Sets the value of the 'Outline' 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
-
getColor
Color getColor()
Returns the value of the 'Color' attribute.- Returns:
- the value of the 'Color' attribute.
- See Also:
setColor(Color),BootstrapPackage.getButton_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color' attribute.- Parameters:
value- the new value of the 'Color' attribute.- See Also:
getColor()
-
isOutline
boolean isOutline()
Returns the value of the 'Outline' attribute.- Returns:
- the value of the 'Outline' attribute.
- See Also:
setOutline(boolean),BootstrapPackage.getButton_Outline()
-
setOutline
void setOutline(boolean value)
Sets the value of the 'Outline' attribute.- Parameters:
value- the new value of the 'Outline' attribute.- See Also:
isOutline()
-
-