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 Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
LOG
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default javax.faces.el.MethodBinding
getAction()
Deprecated.Replaced by ActionSource2.getActionExpressiondefault javax.faces.el.MethodBinding
getActionListener()
Deprecated.Replaced by getActionListenersdefault void
setAction(javax.faces.el.MethodBinding action)
Deprecated.Replaced by ActionSource2.setActionExpressiondefault void
setActionListener(javax.faces.el.MethodBinding actionListener)
Deprecated.Replaced by getActionListeners
-
-
-
Method Detail
-
getAction
@Deprecated default javax.faces.el.MethodBinding getAction()
Deprecated.Replaced by ActionSource2.getActionExpression- Specified by:
getAction
in interfacejavax.faces.component.ActionSource
-
setAction
@Deprecated default void setAction(javax.faces.el.MethodBinding action)
Deprecated.Replaced by ActionSource2.setActionExpression- Specified by:
setAction
in interfacejavax.faces.component.ActionSource
-
getActionListener
@Deprecated default javax.faces.el.MethodBinding getActionListener()
Deprecated.Replaced by getActionListeners- Specified by:
getActionListener
in interfacejavax.faces.component.ActionSource
-
setActionListener
@Deprecated default void setActionListener(javax.faces.el.MethodBinding actionListener)
Deprecated.Replaced by getActionListeners- Specified by:
setActionListener
in interfacejavax.faces.component.ActionSource
-
-