public static interface AutoCompletion.PossibleChoice
Modifier and Type | Method and Description |
---|---|
boolean |
isPossibleChoice()
Returns
true if this choice can be selected;
false otherwise. |
boolean isPossibleChoice()
true
if this choice can be selected;
false
otherwise. In the latter case, the choice should
be disabled (that is, grayed).
This feature is rendered by AutoCompletion.ChoiceRenderer
.