com.sapportals.htmlb

Class ImageMap

java.lang.Object
  extended bycom.sapportals.htmlb.Component
      extended bycom.sapportals.htmlb.ImageMap

public class ImageMap
extends Component

Title: ImageMap Copyright 2004 SAP AG


Field Summary
protected  List areas
           
static String UI_ID
           
 
Constructor Summary
ImageMap(String id)
          Creates an ImageMap
 
Method Summary
 void addArea(ImageArea area)
           
 List getAreas()
           
 String getUI()
          get a identification String for the renderer that is unique across all supported components.
 
Methods inherited from class com.sapportals.htmlb.Component
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UI_ID

public static final String UI_ID
See Also:
Constant Field Values

areas

protected List areas
Constructor Detail

ImageMap

public ImageMap(String id)
Creates an ImageMap

Parameters:
id - ComponentId
Method Detail

getUI

public String getUI()
Description copied from class: Component
get a identification String for the renderer that is unique across all supported components. E.g. you could simply return the class name of the component class. The reason for using a separate method and not some internal reflection method is that you can more easily extend the functionality or your Component class without having to rewrite the view class.

Specified by:
getUI in class Component
Returns:
a unique identification string for this Component

addArea

public void addArea(ImageArea area)

getAreas

public List getAreas()


Copyright 2006 SAP AG Complete Copyright Notice