public class RichFacesSelect extends Object implements Select, AdvancedVisibleComponentIteractions<RichFacesSelect.AdvancedSelectInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesSelect.AdvancedSelectInteractions |
class |
RichFacesSelect.SelectSuggestionsImpl |
| Constructor and Description |
|---|
RichFacesSelect() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesSelect.AdvancedSelectInteractions |
advanced() |
SelectSuggestions |
openSelect()
Opens popup with suggestions list.
|
SelectSuggestions |
type(String text)
Types a text to the input, deletes its value before doing it.
|
public RichFacesSelect.AdvancedSelectInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesSelect.AdvancedSelectInteractions>public SelectSuggestions openSelect()
SelectopenSelect in interface SelectSelectSuggestionspublic SelectSuggestions type(String text)
Selecttype in interface Selecttext - text to writeSelectSuggestionsCopyright © 2014 JBoss by Red Hat. All Rights Reserved.