Package org.apache.myfaces.tobago.event
Interface TobagoActionSource
- All Superinterfaces:
- javax.faces.component.ActionSource,- javax.faces.component.ActionSource2
- All Known Implementing Classes:
- AbstractUITabGroup,- UITabGroup
public interface TobagoActionSource
extends javax.faces.component.ActionSource2
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault javax.faces.el.MethodBindingDeprecated.Replaced by ActionSource2.getActionExpressiondefault javax.faces.el.MethodBindingDeprecated.Replaced by getActionListenersdefault voidsetAction(javax.faces.el.MethodBinding action) Deprecated.Replaced by ActionSource2.setActionExpressiondefault voidsetActionListener(javax.faces.el.MethodBinding actionListener) Deprecated.Replaced by getActionListenersMethods inherited from interface javax.faces.component.ActionSourceaddActionListener, getActionListeners, isImmediate, removeActionListener, setImmediateMethods inherited from interface javax.faces.component.ActionSource2getActionExpression, setActionExpression
- 
Field Details- 
LOGstatic final org.slf4j.Logger LOG
 
- 
- 
Method Details- 
getActionDeprecated.Replaced by ActionSource2.getActionExpression- Specified by:
- getActionin interface- javax.faces.component.ActionSource
 
- 
setActionDeprecated.Replaced by ActionSource2.setActionExpression- Specified by:
- setActionin interface- javax.faces.component.ActionSource
 
- 
getActionListenerDeprecated.Replaced by getActionListeners- Specified by:
- getActionListenerin interface- javax.faces.component.ActionSource
 
- 
setActionListenerDeprecated.Replaced by getActionListeners- Specified by:
- setActionListenerin interface- javax.faces.component.ActionSource
 
 
-