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 SummaryConstructors Constructor Description ChooseFeaturesToUninstallConsole()
 - 
Method SummaryAll 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.InstallableObjectgetBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
 - 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
setCheckMeansUninstallpublic 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.
 - 
getCheckMeansUninstallpublic 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.
 - 
setTitlepublic void setTitle(java.lang.String title) Defines the title of the panel. Default is "Choose Product Features".
 - 
getTitlepublic java.lang.String getTitle() Returns the title of the panel.
 
- 
 
-