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

All Known Subinterfaces:
AbstractCommandTagDeclaration, ButtonTagDeclaration, CommandTagDeclaration, LinkTagDeclaration, MenuCheckboxTagDeclaration, MenuCommandTagDeclaration, MenuRadioTagDeclaration, MenuSelectBooleanTagDeclaration, MenuSelectOneTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration, TreeOldTagDeclaration
All Known Implementing Classes:
AbstractCommandTag, ButtonTag, CommandTag, DatePickerTag, LinkTag, MenuCheckboxExtensionTag, MenuCheckboxTag, MenuCommandTag, MenuRadioExtensionTag, MenuRadioTag, MenuSelectBooleanTag, MenuSelectOneTag, SelectBooleanCommandTag, SelectOneCommandTag, ToolBarCommandTag, ToolBarSelectBooleanTag, ToolBarSelectOneTag, TreeOldTag

public interface HasActionListener

$Id: HasActionListener.java 601107 2007-12-04 22:12:14Z bommel $


Method Summary
 void setActionListener(String actionListener)
          MethodBinding representing an action listener method that will be notified when this component is activated by the user.
 

Method Detail

setActionListener

void setActionListener(String actionListener)
MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.



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