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

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InputNumberSliderTagDeclaration, InputTagDeclaration, InTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TextAreaTagDeclaration, TextInputTagDeclaration, TimeTagDeclaration
All Known Implementing Classes:
DateExtensionTag, FileExtensionTag, InExtensionTag, SelectBooleanCheckboxExtensionTag, SelectManyCheckboxExtensionTag, SelectManyListboxExtensionTag, SelectOneChoiceExtensionTag, SelectOneListboxExtensionTag, SelectOneRadioExtensionTag, TextAreaExtensionTag, TimeExtensionTag

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-2008 Apache Software Foundation. All Rights Reserved.