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()
Select
openSelect
in interface Select
SelectSuggestions
public SelectSuggestions type(String text)
Select
type
in interface Select
text
- text to writeSelectSuggestions
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.