Interface EventTagDeclaration

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEvent(jakarta.el.ValueExpression event)
    The name of the event as an instance of ClientBehaviors This will be also overwrite events of possible f:ajax children.
    void
    setStopPropagation(String stopPropagation)
    Prevent the JavaScript event from bubbling up.

    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(jakarta.el.ValueExpression event)
      The name of the event as an instance of ClientBehaviors This will be also overwrite events of possible f:ajax children.
    • setStopPropagation

      void setStopPropagation(String stopPropagation)
      Prevent the JavaScript event from bubbling up.