org.apache.myfaces.tobago.internal.taglib.declaration
Interface HasValueChangeListener

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InputTagDeclaration, InTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, TextareaTagDeclaration, TimeTagDeclaration

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