org.apache.myfaces.tobago.taglib.decl
Interface HasValueChangeListener

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InputTagDeclaration, InTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TextAreaTagDeclaration, TextInputTagDeclaration, TimeTagDeclaration
All Known Implementing Classes:
DateExtensionTag, DateTag, FileExtensionTag, FileTag, HiddenTag, InExtensionTag, InputTag, InTag, SelectBooleanCheckboxExtensionTag, SelectBooleanCheckboxTag, SelectManyCheckboxExtensionTag, SelectManyCheckboxTag, SelectManyListboxExtensionTag, SelectManyListboxTag, SelectManyTag, SelectOneChoiceExtensionTag, SelectOneChoiceTag, SelectOneListboxExtensionTag, SelectOneListboxTag, SelectOneRadioExtensionTag, SelectOneRadioTag, SelectOneTag, TextAreaExtensionTag, TextAreaTag, TextInputTag, TimeExtensionTag, TimeTag

public interface HasValueChangeListener


Method Summary
 void setValueChangeListener(String valueChangeListener)
          MethodBinding representing a value change listener method that will be notified when a new value has been set for this input component.
 

Method Detail

setValueChangeListener

void setValueChangeListener(String valueChangeListener)
MethodBinding 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.

Parameters:
valueChangeListener -


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.