public class HTMLPanel extends HTMLContainer
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 |
|---|
HTMLPanel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generate() |
java.lang.String |
generate(ClientBrowser browser) |
java.io.File |
generateHTMLFile() |
java.lang.String |
generateText() |
void |
registerPostCompileCallBack(HTMLComponent component) |
void |
setParent(HTMLComponent parent)
Set the parent of this component internally called by
addComponent
|
static java.io.File |
writeToFile(java.lang.String title,
java.lang.String data,
java.lang.String extension) |
addComponent, addComponent, addText, clear, findId, getComponent, getComponentCount, hasComponent, removeComponent, removeComponentaddJavaScript, addJavaScript, addOnLoadScript, appendClassName, checkIsContainer, compile, copyAttributes, doBuildToolTip, fetchStyleProperty, getClassName, getId, getMutableTheme, getParent, getParentPage, getStyleSheet, getTheme, hasTheme, iAddComponent, iAddComponent, iAddedToPage, iAddEvent, iClear, iFindId, iGenerate, iGenerateAttributes, iGenerateAttributesID, iGenerateComponent, iGenerateComponent, iGenerateEvents, iGetComponent, iGetComponentCount, iHasEvent, iRemoveComponent, isCompiled, iSetId, iSetName, iSetStyleId, makeColorID, makeListOfEvents, monitorPage, postCompile, resetParent, setAlignment, setAttribute, setClassName, setHasInitFocus, setStyleProperty, setTabIndex, touchpublic void setParent(HTMLComponent parent)
HTMLComponentsetParent in class HTMLComponent@Nonnull
@CheckReturnValue
public java.lang.String generateText()
throws java.lang.Exception
java.lang.Exception - a serious problem.@Nonnull
@CheckReturnValue
public java.io.File generateHTMLFile()
throws java.io.IOException
java.io.IOException - a problem writing to the file occurred.@Nonnull
@CheckReturnValue
public static java.io.File writeToFile(@Nonnull
java.lang.String title,
@Nonnull
java.lang.String data,
@Nonnull
java.lang.String extension)
throws java.io.IOException
java.io.IOException@CheckReturnValue @Nonnull public java.lang.String generate()
public void registerPostCompileCallBack(@Nonnull
HTMLComponent component)
component - @CheckReturnValue
@Nonnull
public java.lang.String generate(@Nonnull
ClientBrowser browser)
browser - stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.