Class GetUserInputAdvancedPanel

  • All Implemented Interfaces:
    Referenceable

    public final class GetUserInputAdvancedPanel
    extends InstallPanelAction
    This action allows setup authors to get input from the user using multiple input types, and setting multiple variables. This action can have radio buttons, check boxes, text fields, and menus-all on the same panel.
    • Constructor Detail

      • GetUserInputAdvancedPanel

        public GetUserInputAdvancedPanel()
    • Method Detail

      • setTitle

        public void setTitle​(java.lang.String title)
        sets the title of the panel
      • getTitle

        public java.lang.String getTitle()
        gets the title of the panel
      • getPrompt

        public java.lang.String getPrompt()
        gets the text string to prompt for user input
      • setPrompt

        public void setPrompt​(java.lang.String prompt)
        sets the text string to prompt for user input
      • isUseFixedHeightPromptAdv

        public boolean isUseFixedHeightPromptAdv()
        Whether to use fixed height for prompt.
      • setUseFixedHeightPromptAdv

        public void setUseFixedHeightPromptAdv​(boolean useFixedHeightPromptAdv)
        Whether to use fixed height for prompt.
      • isUseNextButtonValidationAdv

        public boolean isUseNextButtonValidationAdv()
        Whether to use Enable/Disable or pop up display.
      • setUseNextButtonValidationAdv

        public void setUseNextButtonValidationAdv​(boolean useNextButtonValidationAdv)
        Whether to use Enable/Disable or pop up display.
      • getComponentGroups

        public java.util.Vector<InputComponentGroup> getComponentGroups()
        The list of component groups to display.