Class 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 Detail

      • ChooseFeaturesToUninstallConsole

        public ChooseFeaturesToUninstallConsole()
    • 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.