Package com.zerog.ia.auto.project.panels
Class DisplayHTMLPanel
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- com.zerog.ia.auto.project.panels.LicenseAgreementPanel
-
- com.zerog.ia.auto.project.panels.DisplayHTMLPanel
-
- All Implemented Interfaces:
Referenceable
public final class DisplayHTMLPanel extends LicenseAgreementPanel
This action displays HTML from an archived file or a specific URL on a panel during the installation. Use the General Settings tab to assign the HTML panel a title and select the source of the HTML.
-
-
Constructor Summary
Constructors Constructor Description DisplayHTMLPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInitialPage()gets the panel's inital html file name.booleanisReadVariablesFromForm()gets whether or not the panel should read from elements as a variable.voidsetInitialPage(java.lang.String initialPage)sets the panel's inital html file name.voidsetReadVariablesFromForm(boolean readVariablesFromForm)sets whether or not the panel should read from elements as a variable.-
Methods inherited from class com.zerog.ia.auto.project.panels.LicenseAgreementPanel
getAgreeWithLicenseByDefault, getExistingFilePath, getForceScroll, getOpenExternalLinks, getRequiresUserChoice, getSourceFileType, getStepPrompt, getTitle, setAgreeWithLicenseByDefault, setExistingFilePath, setForceScroll, setOpenExternalLinks, setRequiresUserChoice, setSourceFileType, setStepPrompt, setTitle
-
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelAction
getArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getInitialPage
public java.lang.String getInitialPage()
gets the panel's inital html file name.
-
setInitialPage
public void setInitialPage(java.lang.String initialPage)
sets the panel's inital html file name.
-
isReadVariablesFromForm
public boolean isReadVariablesFromForm()
gets whether or not the panel should read from elements as a variable.
-
setReadVariablesFromForm
public void setReadVariablesFromForm(boolean readVariablesFromForm)
sets whether or not the panel should read from elements as a variable.
-
-