Interface EventTagDeclaration

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCustomEventName(String customEventName)
    If set, an additional custom event (CustomEvent) triggers after the original event of the component (e.g.
    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.
    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(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.
    • setStopPropagation

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

      void setCustomEventName(String customEventName)
      If set, an additional custom event (CustomEvent) triggers after the original event of the component (e.g. “click” on a tc:button). The name of the custom event is defined by this attribute.