Class ChoiceElement

java.lang.Object
io.xpipe.core.dialog.DialogElement
io.xpipe.core.dialog.ChoiceElement

public class ChoiceElement extends DialogElement
  • Constructor Details

    • ChoiceElement

      public ChoiceElement(String description, List<Choice> elements, boolean required, boolean quiet, int selected)
  • Method Details