com.sapportals.htmlb

Class AppletContainer

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

public class AppletContainer
extends Component

Applet Container


Field Summary
static String UI_ID
           
 
Constructor Summary
AppletContainer()
          Creates an ObjectContainer
 
Method Summary
 void addParameter(String parameterName, String parameterValue)
           
 String getClassObject()
           
 String getHeight()
           
 JavaVersion getJavaVersion()
           
 String getLibrary()
           
 String getName()
           
 HashMap getParameters()
           
 String getToolTip()
           
 String getUI()
          get a identification String for the renderer that is unique across all supported components.
 String getWidth()
           
 boolean requiresForm()
          Chart is display only, thus we don't need a form.
 void setClassObject(String classObject)
           
 void setHeight(String height)
           
 void setLibrary(String library)
           
 void setName(String name)
           
 void setToolTip(String tooltip)
           
 void setVersion(JavaVersion version)
           
 void setWidth(String width)
           
 
Methods inherited from class com.sapportals.htmlb.Component
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, 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
Constructor Detail

AppletContainer

public AppletContainer()
Creates an ObjectContainer

Method Detail

getWidth

public String getWidth()

setWidth

public void setWidth(String width)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getClassObject

public String getClassObject()

setClassObject

public void setClassObject(String classObject)

getLibrary

public String getLibrary()

setLibrary

public void setLibrary(String library)

getName

public String getName()

setName

public void setName(String name)

getJavaVersion

public JavaVersion getJavaVersion()

setVersion

public void setVersion(JavaVersion version)

requiresForm

public boolean requiresForm()
Chart is display only, thus we don't need a form.

Overrides:
requiresForm in class Component
Returns:
false

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

addParameter

public void addParameter(String parameterName,
                         String parameterValue)

getParameters

public HashMap getParameters()

setToolTip

public void setToolTip(String tooltip)

getToolTip

public String getToolTip()


Copyright 2006 SAP AG Complete Copyright Notice