Package com.zerog.ia.auto.project.panels
Class ChooseRemoteSystemiInstallFolderPanel
- 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.ChooseRemoteSystemiInstallFolderPanel
-
- All Implemented Interfaces:
Referenceable
public final class ChooseRemoteSystemiInstallFolderPanel extends InstallPanelAction
This action allows the user with the option to choose an install location.
-
-
Constructor Summary
Constructors Constructor Description ChooseRemoteSystemiInstallFolderPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdditionalText()Instruction for the user to choose a destination IFS folderbooleangetCanManuallyEnterPath()Whether user can manually enter the path into the textfieldbooleangetCanSpecifyInstallFolderName()Whether install folder name can be specifiedjava.lang.StringgetPrompt()Prompt the user to ask where files should be installedjava.lang.StringgetStepTitle()Step title of the panelvoidsetAdditionalText(java.lang.String AdditionalText)Instruction for the user to choose a destination IFS foldervoidsetCanManuallyEnterPath(boolean CanManuallyEnterPath)Whether user can manually enter the path into the textfieldvoidsetCanSpecifyInstallFolderName(boolean value)Whether install folder name can be specifiedvoidsetPrompt(java.lang.String Prompt)Prompt the user to ask where files should be installedvoidsetStepTitle(java.lang.String StepTitle)Step title of the panel-
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
-
getCanSpecifyInstallFolderName
public boolean getCanSpecifyInstallFolderName()
Whether install folder name can be specified
-
setCanSpecifyInstallFolderName
public void setCanSpecifyInstallFolderName(boolean value)
Whether install folder name can be specified
-
getStepTitle
public java.lang.String getStepTitle()
Step title of the panel
-
setStepTitle
public void setStepTitle(java.lang.String StepTitle)
Step title of the panel
-
getPrompt
public java.lang.String getPrompt()
Prompt the user to ask where files should be installed
-
setPrompt
public void setPrompt(java.lang.String Prompt)
Prompt the user to ask where files should be installed
-
getAdditionalText
public java.lang.String getAdditionalText()
Instruction for the user to choose a destination IFS folder
-
setAdditionalText
public void setAdditionalText(java.lang.String AdditionalText)
Instruction for the user to choose a destination IFS folder
-
getCanManuallyEnterPath
public boolean getCanManuallyEnterPath()
Whether user can manually enter the path into the textfield
-
setCanManuallyEnterPath
public void setCanManuallyEnterPath(boolean CanManuallyEnterPath)
Whether user can manually enter the path into the textfield
-
-