Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.graphics.api
Interface IWDAbstractIgsElement

All Superinterfaces:
IWDUIElement, IWDViewElement
All Known Subinterfaces:
IWDBusinessGraphics, IWDGeoMap

public interface IWDAbstractIgsElement
extends IWDUIElement

Web Dynpro AbstractIgsElement API. Astract superclass for all UIElements that are based on the Internet Graphics Service (IGS).

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!


Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 void forceUpdate()
          Forces the generation and display of new graphics.
 boolean getHasError()
          Returns true if any errors occured during the generation of an IGS graphic.
 
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
 

Method Detail

getHasError

public boolean getHasError()
Returns true if any errors occured during the generation of an IGS graphic. In that case, an error image will be diplayed at the client.

forceUpdate

public void forceUpdate()
Forces the generation and display of new graphics.

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15