public interface Autocomplete
Modifier and Type | Method and Description |
---|---|
void |
clear()
Erases the input associated with the autocomplete component.
|
SelectOrConfirm |
type(String text)
Types text to Autocomplete input.
|
SelectOrConfirm type(String text)
text
- text to be send to inputSelectOrConfirm
class which enables selection from suggestions or confirming the typed textSelectOrConfirm
void clear()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.