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

All Known Subinterfaces:
ButtonTagDeclaration, CommandTagDeclaration, LinkTagDeclaration, MenuCheckboxTagDeclaration, MenuCommandTagDeclaration, MenuRadioTagDeclaration, MenuSelectBooleanTagDeclaration, MenuSelectOneTagDeclaration, ToolBarCommandTagDeclaration, ToolBarSelectBooleanTagDeclaration, ToolBarSelectOneTagDeclaration, TreeTagDeclaration
All Known Implementing Classes:
ButtonTag, CommandTag, LinkTag, MenuCheckboxTag, MenuCommandTag, MenuRadioTag, MenuSelectBooleanTag, MenuSelectOneTag, SelectBooleanCommandTag, SelectOneCommandTag, ToolBarCommandTag, ToolBarSelectBooleanTag, ToolBarSelectOneTag, TreeTag

public interface HasActionListener

$Id: HasActionListener.java 374936 2006-02-04 21:47:46Z 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-2006 Apache Software Foundation. All Rights Reserved.