|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiURLValues
A representation of the model object 'Multi URL Values'. MultiURLValues extends ActionValue to devote itself to providing multiple hyperlink values for 'url_redirection' action, it enables multiple options for an 'url-redirection' action.
The following features are supported:
AttributePackage.getMultiURLValues()
Method Summary | |
---|---|
MultiURLValues |
copyInstance()
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getPropertiesMap()
Returns the value of the 'Properties Map' map. |
java.lang.String |
getTooltip()
Returns the value of the 'Tooltip' attribute. |
org.eclipse.emf.common.util.EList<URLValue> |
getURLValues()
Returns the value of the 'URL Values' containment reference list. |
void |
setTooltip(java.lang.String value)
Sets the value of the ' Tooltip ' attribute. |
Methods inherited from interface org.eclipse.birt.chart.model.attribute.ActionValue |
---|
getLabel, setLabel |
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.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<URLValue> getURLValues()
URLValue
.
If the meaning of the 'URL Values' containment reference list isn't clear, there really should be more of a description here...
AttributePackage.getMultiURLValues_URLValues()
java.lang.String getTooltip()
If the meaning of the 'Tooltip' attribute isn't clear, there really should be more of a description here...
setTooltip(String)
,
AttributePackage.getMultiURLValues_Tooltip()
void setTooltip(java.lang.String value)
Tooltip
' attribute.
value
- the new value of the 'Tooltip' attribute.getTooltip()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> getPropertiesMap()
String
,
and the value is of type String
,
The map is used to store styles properties for hyperlink menu.
AttributePackage.getMultiURLValues_PropertiesMap()
MultiURLValues copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |