|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro UI type GeoObject API. Common interface of all geo objects.
| Method Summary | |
String |
getColor()
Returns the value of the color property.
|
String |
getId()
Returns the value of the id property.
|
String |
getLabel()
Returns the value of the label property.
|
String |
getTooltip()
Returns the value of the tooltip property.
|
boolean |
getTriggersEvent()
Returns the value of the triggersEvent property.
|
void |
setColor(Color color)
Sets the Color of the object as a awt color. |
void |
setColor(String value)
Sets the value of the color property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setTooltip(String value)
Sets the value of the tooltip property. |
void |
setTriggersEvent(boolean value)
Sets the value of the triggersEvent property. |
| Method Detail |
public String getColor()
color property.
The color of this geo object (comma-separated RGB-values).
public void setColor(String value)
color property.
public String getId()
id property.
The id of this geo object.
public void setId(String value)
id property.
public String getLabel()
label property.
The label to be displayed at this geo object.
public void setLabel(String value)
label property.
public String getTooltip()
tooltip property.
The tooltip displayed on this geo object.
public void setTooltip(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(Color color)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||