|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro UI type GeoObject API. Common interface of all geo objects.
| Method Summary | |
java.lang.String |
getColor()
Returns the value of the color property. |
java.lang.String |
getId()
Returns the value of the id property. |
java.lang.String |
getLabel()
Returns the value of the label property. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
boolean |
getTriggersEvent()
Returns the value of the triggersEvent property. |
void |
setColor(java.awt.Color color)
Sets the Color of the object as a awt color. |
void |
setColor(java.lang.String value)
Sets the value of the color property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setTooltip(java.lang.String value)
Sets the value of the tooltip property. |
void |
setTriggersEvent(boolean value)
Sets the value of the triggersEvent property. |
| Method Detail |
public java.lang.String getColor()
color property.
The color of this geo object (comma-separated RGB-values).public void setColor(java.lang.String value)
color property.public java.lang.String getId()
id property.
The id of this geo object.public void setId(java.lang.String value)
id property.public java.lang.String getLabel()
label property.
The label to be displayed at this geo object.public void setLabel(java.lang.String value)
label property.public java.lang.String getTooltip()
tooltip property.
The tooltip displayed on this geo object.public void setTooltip(java.lang.String value)
tooltip property.public boolean getTriggersEvent()
triggersEvent property.
Controls if this geo object will trigger an event.public void setTriggersEvent(boolean value)
triggersEvent property.public void setColor(java.awt.Color color)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||