Interface EventTagDeclaration
-
- All Superinterfaces:
HasAction
,HasActionListener
,HasBinding
,HasConfirmation
,HasFragment
,HasId
,HasIdBindingAndRendered
,HasLink
,HasOutcome
,HasTarget
,IsDisabledBySecurity
,IsImmediateCommand
,IsOmit
,IsRendered
,IsTransition
public interface EventTagDeclaration extends HasIdBindingAndRendered, HasAction, HasActionListener, IsImmediateCommand, HasConfirmation, HasLink, HasOutcome, HasFragment, IsTransition, HasTarget, IsDisabledBySecurity, IsOmit
Add an event behavior to the component. It can contain f:ajax and tc:operation tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEvent(javax.el.ValueExpression event)
The name of the event as an instance ofClientBehaviors
This will be also overwrite events of possible f:ajax children.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAction
setAction
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasActionListener
setActionListener
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConfirmation
setConfirmation
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasFragment
setFragment
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLink
setLink
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasOutcome
setOutcome
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTarget
setTarget
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledBySecurity
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsImmediateCommand
setImmediate
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsOmit
setOmit
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsTransition
setTransition
-
-
-
-
Method Detail
-
setEvent
void setEvent(javax.el.ValueExpression event)
The name of the event as an instance ofClientBehaviors
This will be also overwrite events of possible f:ajax children.
-
-