javax.faces.component
Interface ActionSource

All Known Subinterfaces:
ActionSource2
All Known Implementing Classes:
UICommand

public interface ActionSource

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Method Summary
 void addActionListener(ActionListener listener)
           
 MethodBinding getAction()
          Deprecated. Replaced by ActionSource2.getActionExpression
 MethodBinding getActionListener()
          Deprecated. Replaced by getActionListeners
 ActionListener[] getActionListeners()
           
 boolean isImmediate()
           
 void removeActionListener(ActionListener listener)
           
 void setAction(MethodBinding action)
          Deprecated. Replaced by ActionSource2.setActionExpression
 void setActionListener(MethodBinding actionListener)
           
 void setImmediate(boolean immediate)
           
 

Method Detail

getAction

MethodBinding getAction()
Deprecated. Replaced by ActionSource2.getActionExpression


setAction

void setAction(MethodBinding action)
Deprecated. Replaced by ActionSource2.setActionExpression


getActionListener

MethodBinding getActionListener()
Deprecated. Replaced by getActionListeners


setActionListener

void setActionListener(MethodBinding actionListener)

isImmediate

boolean isImmediate()

setImmediate

void setImmediate(boolean immediate)

addActionListener

void addActionListener(ActionListener listener)

getActionListeners

ActionListener[] getActionListeners()

removeActionListener

void removeActionListener(ActionListener listener)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.