public class HTMLApplet extends HTMLComponent
alignment, bgColor, cancelBubble, events, gMutableTheme, hasInitFocus, intStyleSheet, items, parent, styleId, styleProperty, tabIndex, toolTip, VALID_NAME_REGEX, VALID_STYLE_REGEX
Constructor and Description |
---|
HTMLApplet(java.lang.String code) |
HTMLApplet(java.lang.String code,
java.lang.String codeBase) |
HTMLApplet(java.lang.String code,
java.lang.String codeBase,
java.lang.String archive) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(java.lang.String name,
java.lang.String value) |
protected void |
iGenerate(ClientBrowser browser,
java.lang.StringBuilder buffer)
generate the raw HTML for this component.
|
void |
setAllowScripting(boolean isAllowed)
Should we allow scripting in this applet
|
void |
setAlternative(HTMLComponent alt) |
void |
setArchive(java.lang.String archive) |
void |
setHeight(java.lang.String height) |
void |
setID(java.lang.String ID) |
void |
setName(java.lang.String name) |
void |
setOnError(java.lang.String onError) |
void |
setRemoveAlt(boolean removeAlt) |
void |
setStandard(boolean isStandard)
Should we use the standard APPLET tag ?
|
void |
setWidth(java.lang.String width) |
addJavaScript, addJavaScript, addOnLoadScript, appendClassName, checkIsContainer, compile, copyAttributes, doBuildToolTip, fetchStyleProperty, getClassName, getId, getMutableTheme, getParent, getParentPage, getStyleSheet, getTheme, hasTheme, iAddComponent, iAddComponent, iAddedToPage, iAddEvent, iClear, iFindId, iGenerateAttributes, iGenerateAttributesID, iGenerateComponent, iGenerateComponent, iGenerateEvents, iGetComponent, iGetComponentCount, iHasEvent, iRemoveComponent, isCompiled, iSetId, iSetName, iSetStyleId, makeColorID, makeListOfEvents, monitorPage, postCompile, resetParent, setAlignment, setAttribute, setClassName, setHasInitFocus, setParent, setStyleProperty, setTabIndex, touch
public HTMLApplet(java.lang.String code)
code
- public HTMLApplet(java.lang.String code, java.lang.String codeBase)
code
- codeBase
- public HTMLApplet(java.lang.String code, java.lang.String codeBase, java.lang.String archive)
code
- codeBase
- archive
- public void setArchive(java.lang.String archive)
archive
- public void setID(java.lang.String ID)
ID
- public void setName(java.lang.String name)
name
- public void setOnError(java.lang.String onError)
onError
- public void setAllowScripting(boolean isAllowed)
isAllowed
- true if allowed.public void setStandard(boolean isStandard)
isStandard
- true if we should use the APPLET tag.public void setRemoveAlt(boolean removeAlt)
removeAlt
- public void setAlternative(HTMLComponent alt)
alt
- public void setWidth(java.lang.String width)
width
- public void setHeight(java.lang.String height)
height
- public void addParameter(java.lang.String name, java.lang.String value)
name
- value
- the valueprotected void iGenerate(ClientBrowser browser, java.lang.StringBuilder buffer)
iGenerate
in class HTMLComponent
browser
- The target browserbuffer
- The generate HTMLstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.