Class ExpandableChoiceResult

java.lang.Object
org.jline.consoleui.prompt.ExpandableChoiceResult
All Implemented Interfaces:
PromptResultItemIF

public class ExpandableChoiceResult extends Object implements PromptResultItemIF
Result of an expandable choice. ExpandableChoiceResult contains a String with the IDs of the selected item.
  • Constructor Details

    • ExpandableChoiceResult

      public ExpandableChoiceResult(String selectedId)
      Default constructor.
      Parameters:
      selectedId - the selected id
  • Method Details