Package org.strassburger.tui4j.input
Class SelectInput.Option<T>
java.lang.Object
org.strassburger.tui4j.input.SelectInput.Option<T>
- Enclosing class:
- SelectInput<T>
Represents a select option that can be selected by the user
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Option
Creates a new select option- Parameters:
label- The label that will be displayed to the uservalue- The value that will be returned when the user selects this option
-
-
Method Details
-
getLabel
-
getValue
-