SilverStream
Application Server 3.5

com.sssw.shr.page
Class AgpApplet

java.lang.Object
 |
 +--com.sssw.shr.page.AgpTag
       |
       +--com.sssw.shr.page.AgpControlBase
             |
             +--com.sssw.shr.page.AgpObject
                   |
                   +--com.sssw.shr.page.AgpApplet
All Implemented Interfaces:
AgiJavaScriptEnhanced, AgiPageControl, Cloneable, Externalizable, Serializable

public class AgpApplet
extends AgpObject

AgpApplet is an optionally programmable object which represents a Java applet in the Document Object Model. It is not a SilverStream Java form or view, although those are also Applets.

Properties:
Alignment, Class Code, Class Code Base, Edit HTML, Height, Height Unit, Java 1.2 Plug-In, Name, Programmable, Width, Width Unit
See Also:
Serialized Form

Fields inherited from class com.sssw.shr.page.AgpTag
UNIT_PERCENT, UNIT_PIXEL
 
Constructor Summary
AgpApplet()
           
 
Method Summary
 boolean getUsePlugIn()
          Determines whether the control uses the Sun 1.2 Java Plug-In.
 void setUsePlugIn(boolean b)
          Enables or disables the Sun 1.2 Java Plug-In for the control.
 
Methods inherited from class com.sssw.shr.page.AgpObject
addParameter, findParameter, getParameters, getParameterValue, removeParameter, setParameterValue
 
Methods inherited from class com.sssw.shr.page.AgpControlBase
getName
 
Methods inherited from class com.sssw.shr.page.AgpTag
getBoolProperty, getEnableHTMLGeneration, getIntArrayProperty, getIntProperty, getIntPropertyUnit, getProperty, getStringArrayProperty, invalidateHTML, removeProperty, setEnableHTMLGeneration, setIntProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods implemented from interface com.sssw.shr.page.AgiJavaScriptEnhanced
generateFunction, generateRepaintScript, generateScriptInitializers, getFunctionNameForMethod, getFunctionNames, getMethodNames, getScriptObjectName, isHTMLRepaintPending, isJavaScriptRepaintPending
 
Methods implemented from interface com.sssw.shr.page.AgiPageControl
generateHTML, getPrefix, notifyPageLoaded, notifyPageRequestBegin, notifyPageRequestEnd, notifyPostValue, notifyPostValues
 
Methods implemented from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

AgpApplet

public AgpApplet()
Method Detail

getUsePlugIn

public boolean getUsePlugIn()
Determines whether the control uses the Sun 1.2 Java Plug-In.

setUsePlugIn

public void setUsePlugIn(boolean b)
Enables or disables the Sun 1.2 Java Plug-In for the control.

SilverStream
Application Server 3.5