public class HTMLFrame extends HTMLComponent
alignment, alt, bgColor, cancelBubble, events, gMutableTheme, hasInitFocus, id, intStyleSheet, items, name, parent, styleId, styleProperty, tabIndex, toolTip, VALID_NAME_REGEX, VALID_STYLE_REGEX
Constructor and Description |
---|
HTMLFrame(java.lang.String name,
java.lang.String src) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getSrc() |
protected void |
iGenerate(ClientBrowser browser,
java.lang.StringBuilder buffer)
generate the raw HTML for this component.
|
void |
setBorder(boolean on) |
void |
setMarginHeight(java.lang.String marginHeight) |
void |
setMarginWidth(java.lang.String marginWidth) |
void |
setParent(HTMLComponent parent)
Set the parent of this component internally called by
addComponent
|
void |
setScrolling(java.lang.String scrolling) |
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, setStyleProperty, setTabIndex, touch
public HTMLFrame(java.lang.String name, java.lang.String src)
name
- src
- public java.lang.String getName()
public java.lang.String getSrc()
public final void setBorder(boolean on)
on
- protected void iGenerate(ClientBrowser browser, java.lang.StringBuilder buffer)
iGenerate
in class HTMLComponent
browser
- The target browserbuffer
- The generate HTMLpublic void setScrolling(java.lang.String scrolling)
scrolling
- public void setParent(HTMLComponent parent)
HTMLComponent
setParent
in class HTMLComponent
parent
- public void setMarginHeight(java.lang.String marginHeight)
marginHeight
- public void setMarginWidth(java.lang.String marginWidth)
marginWidth
- stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.