Interface HasValueChangeListener
- All Known Subinterfaces:
DateTagDeclaration
,FileTagDeclaration
,InTagDeclaration
,SelectBooleanCheckboxTagDeclaration
,SelectBooleanToggleTagDeclaration
,SelectManyCheckboxTagDeclaration
,SelectManyListboxTagDeclaration
,SelectManyShuttleTagDeclaration
,SelectOneChoiceTagDeclaration
,SelectOneListboxTagDeclaration
,SelectOneRadioTagDeclaration
,StarsTagDeclaration
,TextareaTagDeclaration
,TreeSelectTagDeclaration
public interface HasValueChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setValueChangeListener
(String valueChangeListener) MethodExpression representing a value change listener method that will be notified when a new value has been set for this input component.
-
Method Details
-
setValueChangeListener
MethodExpression representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.
-