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
A representation of the model object 'Button'.
TODO - size - enum? Block, active, disabled.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Returns the value of the 'Color' attribute.booleanReturns the value of the 'Outline' attribute.voidSets the value of the 'Color' attribute.voidsetOutline(boolean value) Sets the value of the 'Outline' attribute.Methods inherited from interface org.nasdanika.common.Adaptable
adaptToMethods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearanceMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.html.model.html.HtmlElement
getAttributes, getContentMethods inherited from interface org.nasdanika.ncore.Marked
getMarkersMethods inherited from interface org.nasdanika.ncore.ModelElement
getAnnotation, getAnnotations, getDescription, getLabelPrototype, getRepresentations, getUris, getUuid, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotation, setAnnotations, setDescription, setLabelPrototype, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getColor
Returns the value of the 'Color' attribute.- Returns:
- the value of the 'Color' attribute.
- See Also:
-
setColor
Sets the value of the 'Color' attribute.- Parameters:
value- the new value of the 'Color' attribute.- See Also:
-
isOutline
boolean isOutline()Returns the value of the 'Outline' attribute.- Returns:
- the value of the 'Outline' attribute.
- See Also:
-
setOutline
Sets the value of the 'Outline' attribute.- Parameters:
value- the new value of the 'Outline' attribute.- See Also:
-