Class ChooseFeaturesToUninstallConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.ChooseFeaturesToUninstallConsole
-
- All Implemented Interfaces:
Referenceable
public final class ChooseFeaturesToUninstallConsole extends Action
The panel allows the end user to select which features they want to uninstall.
-
-
Constructor Summary
Constructors Constructor Description ChooseFeaturesToUninstallConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCheckMeansUninstall()Returns whether the user checks the features to uninstall or unchecks the features to uninstall.java.lang.StringgetTitle()Returns the title of the panel.voidsetCheckMeansUninstall(boolean checkMeansUninstall)Defines whether the user checks the features to uninstall or unchecks the features to uninstall.voidsetTitle(java.lang.String title)Defines the title of the panel.-
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
-
setCheckMeansUninstall
public void setCheckMeansUninstall(boolean checkMeansUninstall)
Defines whether the user checks the features to uninstall or unchecks the features to uninstall. Setting the property to true means that the user have to check the features to uninstall, all the installed features are shown unchecked. Default is false.
-
getCheckMeansUninstall
public boolean getCheckMeansUninstall()
Returns whether the user checks the features to uninstall or unchecks the features to uninstall. If the property is set to true means that the user have to check the features to uninstall, all the installed features are shown unchecked.
-
setTitle
public void setTitle(java.lang.String title)
Defines the title of the panel. Default is "Choose Product Features".
-
getTitle
public java.lang.String getTitle()
Returns the title of the panel.
-
-