|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro GeoMap API. You can use the GeoMap UI element to display a section of a map. GEO ROUTING IS ONLY FUNCTIONAL IF AN IGS WITH ADDITIONAL GEO-SERVICES IS INSTALLED.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static java.lang.String |
DEFAULT_ACCESSIBILITY_DESCRIPTION
Default value of property accessibilityDescription. |
static double |
DEFAULT_BOTTOM
Default value of property bottom. |
static int |
DEFAULT_HEIGHT
Default value of property height. |
static java.lang.String |
DEFAULT_IGS_URL
Default value of property igsUrl. |
static double |
DEFAULT_LEFT
Default value of property left. |
static WDMoveType |
DEFAULT_MOVE_TYPE
Default value of property moveType. |
static double |
DEFAULT_RIGHT
Default value of property right. |
static double |
DEFAULT_TOP
Default value of property top. |
static int |
DEFAULT_WIDTH
Default value of property width. |
static WDZoomType |
DEFAULT_ZOOM_TYPE
Default value of property zoomType. |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
Binds property accessibilityDescription to the context attribute
specified by the given attribute info. |
void |
bindAccessibilityDescription(java.lang.String path)
Binds property accessibilityDescription to the context attribute
specified by path. |
void |
bindBottom(IWDAttributeInfo attributeInfo)
Binds property bottom to the context attribute
specified by the given attribute info. |
void |
bindBottom(java.lang.String path)
Binds property bottom to the context attribute
specified by path. |
void |
bindGeoObjectSource(IWDAttributeInfo attributeInfo)
Binds property geoObjectSource to the context attribute
specified by the given attribute info. |
void |
bindGeoObjectSource(java.lang.String path)
Binds property geoObjectSource to the context attribute
specified by path. |
java.lang.String |
bindingOfAccessibilityDescription()
Binding path of property accessibilityDescription. |
java.lang.String |
bindingOfBottom()
Binding path of property bottom. |
java.lang.String |
bindingOfGeoObjectSource()
Binding path of property geoObjectSource. |
java.lang.String |
bindingOfLeft()
Binding path of property left. |
java.lang.String |
bindingOfRight()
Binding path of property right. |
java.lang.String |
bindingOfTop()
Binding path of property top. |
void |
bindLeft(IWDAttributeInfo attributeInfo)
Binds property left to the context attribute
specified by the given attribute info. |
void |
bindLeft(java.lang.String path)
Binds property left to the context attribute
specified by path. |
void |
bindRight(IWDAttributeInfo attributeInfo)
Binds property right to the context attribute
specified by the given attribute info. |
void |
bindRight(java.lang.String path)
Binds property right to the context attribute
specified by path. |
void |
bindTop(IWDAttributeInfo attributeInfo)
Binds property top to the context attribute
specified by the given attribute info. |
void |
bindTop(java.lang.String path)
Binds property top to the context attribute
specified by path. |
java.lang.String |
getAccessibilityDescription()
Returns the value of the accessibilityDescription property. |
double |
getBottom()
Returns the value of the bottom property. |
int |
getHeight()
Returns the value of the height property. |
java.lang.String |
getIgsUrl()
Returns the value of the igsUrl property. |
double |
getLeft()
Returns the value of the left property. |
WDMoveType |
getMoveType()
Returns the value of the moveType property. |
IWDAction |
getOnObjectAction()
Returns the action to which the event onObjectAction is mapped. |
double |
getRight()
Returns the value of the right property. |
double |
getTop()
Returns the value of the top property. |
int |
getWidth()
Returns the value of the width property. |
WDZoomType |
getZoomType()
Returns the value of the zoomType property. |
IWDParameterMapping |
mappingOfOnObjectAction()
Returns the parameter mapping of event onObjectAction. |
void |
restoreOriginalCoordinates()
Restore to geo coordinates that were set by application |
void |
setAccessibilityDescription(java.lang.String value)
Sets property accessibilityDescription to the new value. |
void |
setBottom(double value)
Sets property bottom to the new value. |
void |
setHeight(int height)
Sets property height to the given value. |
void |
setIgsUrl(java.lang.String igsUrl)
Sets property igsUrl to the given value. |
void |
setLeft(double value)
Sets property left to the new value. |
void |
setMoveType(WDMoveType moveType)
Sets property moveType to the given value. |
void |
setOnObjectAction(IWDAction action)
Maps the event onObjectAction to the given action. |
void |
setRight(double value)
Sets property right to the new value. |
void |
setTop(double value)
Sets property top to the new value. |
void |
setWidth(int width)
Sets property width to the given value. |
void |
setZoomType(WDZoomType zoomType)
Sets property zoomType to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDAbstractIgsElement |
forceUpdate, getHasError |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_ACCESSIBILITY_DESCRIPTION
accessibilityDescription.public static final double DEFAULT_BOTTOM
bottom.public static final int DEFAULT_HEIGHT
height.public static final java.lang.String DEFAULT_IGS_URL
igsUrl.public static final double DEFAULT_LEFT
left.public static final WDMoveType DEFAULT_MOVE_TYPE
moveType.public static final double DEFAULT_RIGHT
right.public static final double DEFAULT_TOP
top.public static final int DEFAULT_WIDTH
width.public static final WDZoomType DEFAULT_ZOOM_TYPE
zoomType.| Method Detail |
public IWDAction getOnObjectAction()
onObjectAction is mapped.
mappingOfOnObjectAction()public void setOnObjectAction(IWDAction action)
onObjectAction to the given action.action - the action for the eventgetOnObjectAction()public IWDParameterMapping mappingOfOnObjectAction()
onObjectAction.
To be accessible in a view controller, a UI element event parameter has to be mapped to a controller event handler parameter. This is done by defining a parameter mapping.
Event parameters:getOnObjectAction()public void bindAccessibilityDescription(java.lang.String path)
accessibilityDescription to the context attribute
specified by path.path - the path of the context attribute to which the accessibilityDescription
property is boundpublic void bindAccessibilityDescription(IWDAttributeInfo attributeInfo)
accessibilityDescription to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
accessibilityDescription property is boundpublic java.lang.String bindingOfAccessibilityDescription()
accessibilityDescription.public java.lang.String getAccessibilityDescription()
accessibilityDescription property.
The initial value is "".
Accessibility description for the GeoMap. It is only used if accessibility mode (508) is switched on and will be included into the tooltip. Its read by the screen reader when the whole UI element gets the focus.setAccessibilityDescription(String)public void setAccessibilityDescription(java.lang.String value)
accessibilityDescription to the new value.value - the new value of the accessibilityDescription propertygetAccessibilityDescription()public void bindBottom(java.lang.String path)
bottom to the context attribute
specified by path.path - the path of the context attribute to which the bottom
property is boundpublic void bindBottom(IWDAttributeInfo attributeInfo)
bottom to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
bottom property is boundpublic java.lang.String bindingOfBottom()
bottom.public double getBottom()
bottom property.
The initial value is 0.0.
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the right property, the lower right position of the section is specified.setBottom(double)public void setBottom(double value)
bottom to the new value.value - the new value of the bottom propertygetBottom()public void bindGeoObjectSource(java.lang.String path)
geoObjectSource to the context attribute
specified by path.path - the path of the context attribute to which the geoObjectSource
property is boundpublic void bindGeoObjectSource(IWDAttributeInfo attributeInfo)
geoObjectSource to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
geoObjectSource property is boundpublic java.lang.String bindingOfGeoObjectSource()
geoObjectSource.public int getHeight()
height property.
The initial value is 300.
Specifies the height of the UI element in pixels.setHeight(int)public void setHeight(int height)
height to the given value.height - the new height valuegetHeight()public java.lang.String getIgsUrl()
igsUrl property.
The initial value is "".
You can use this property to specify the Web address (URL) of the server on which the Internet Graphics Service is to run. This means that you can overwrite the global URL for which the Web Dynpro System Configuration in the default.properties file has been set.setIgsUrl(String)public void setIgsUrl(java.lang.String igsUrl)
igsUrl to the given value.igsUrl - the new igsUrl valuegetIgsUrl()public void bindLeft(java.lang.String path)
left to the context attribute
specified by path.path - the path of the context attribute to which the left
property is boundpublic void bindLeft(IWDAttributeInfo attributeInfo)
left to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
left property is boundpublic java.lang.String bindingOfLeft()
left.public double getLeft()
left property.
The initial value is 0.0.
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the top property, the upper left position of the section is specified.setLeft(double)public void setLeft(double value)
left to the new value.value - the new value of the left propertygetLeft()public WDMoveType getMoveType()
moveType property.
The initial value is WDMoveType.NONE.
This property specifies whether the geographical border of a map can be interactively changed by the user. The moveType property can be filled with the following values and is represented by the enumeration type WDMoveType:
none You cannot change the geographical border. panel Control elements allow you to change the geographical border.setMoveType(WDMoveType)public void setMoveType(WDMoveType moveType)
moveType to the given value.moveType - the new moveType valuegetMoveType()public void bindRight(java.lang.String path)
right to the context attribute
specified by path.path - the path of the context attribute to which the right
property is boundpublic void bindRight(IWDAttributeInfo attributeInfo)
right to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
right property is boundpublic java.lang.String bindingOfRight()
right.public double getRight()
right property.
The initial value is 0.0.
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the bottom property, the lower right position of the section is specified.setRight(double)public void setRight(double value)
right to the new value.value - the new value of the right propertygetRight()public void bindTop(java.lang.String path)
top to the context attribute
specified by path.path - the path of the context attribute to which the top
property is boundpublic void bindTop(IWDAttributeInfo attributeInfo)
top to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
top property is boundpublic java.lang.String bindingOfTop()
top.public double getTop()
top property.
The initial value is 0.0.
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the left property, the upper left position of the section is specified.setTop(double)public void setTop(double value)
top to the new value.value - the new value of the top propertygetTop()public int getWidth()
width property.
The initial value is 300.
Specifies the width of the UI element in pixels.setWidth(int)public void setWidth(int width)
width to the given value.width - the new width valuegetWidth()public WDZoomType getZoomType()
zoomType property.
The initial value is WDZoomType.NONE.
Specifies the zoom behavior of the map. The zoomType property can be filled with the following values and is represented by the enumeration type WDZoomType:
none Zooming within the map is not possible, and no control elements for zooming are available.
panel Zooming within the map is possible.setZoomType(WDZoomType)public void setZoomType(WDZoomType zoomType)
zoomType to the given value.zoomType - the new zoomType valuegetZoomType()public void restoreOriginalCoordinates()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||