Interface EventTagDeclaration

All Superinterfaces:
HasAction, HasActionListener, HasBinding, HasConfirmation, HasFragment, HasId, HasIdBindingAndRendered, HasLink, HasOutcome, HasTarget, IsDisabledBySecurity, IsImmediateCommand, IsOmit, IsRendered, IsTransition

Add an event behavior to the component. It can contain f:ajax and tc:operation tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEvent(javax.el.ValueExpression event)
    The name of the event as an instance of ClientBehaviors 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.HasId

    setId
    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 Details

    • setEvent

      void setEvent(javax.el.ValueExpression event)
      The name of the event as an instance of ClientBehaviors This will be also overwrite events of possible f:ajax children.