Package org.primefaces.component.api
Interface InputHolder
-
- All Known Implementing Classes:
AutoComplete,AutoCompleteBase,Calendar,CalendarBase,CascadeSelect,CascadeSelectBase,Chips,ChipsBase,DatePicker,DatePickerBase,InputNumber,InputNumberBase,SelectBooleanCheckbox,SelectBooleanCheckboxBase,SelectManyMenu,SelectManyMenuBase,SelectOneListbox,SelectOneListboxBase,SelectOneMenu,SelectOneMenuBase,Spinner,SpinnerBase,ThemeSwitcher,ThemeSwitcherBase,UICalendar
public interface InputHolderInputHolder is implemented by input components who has an input field along with complex markup like spinner, autocomplete.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInputClientId()StringgetLabelledBy()StringgetValidatableInputClientId()voidsetLabelledBy(String id)Sets the id of the label for aria.
-
-
-
Method Detail
-
getInputClientId
String getInputClientId()
- Returns:
- Client id of the input element
-
getValidatableInputClientId
String getValidatableInputClientId()
- Returns:
- Client id of the validatable input element
-
getLabelledBy
String getLabelledBy()
- Returns:
- Client id of the label for aria
-
setLabelledBy
void setLabelledBy(String id)
Sets the id of the label for aria.- Parameters:
id- the id
-
-