All Implemented Interfaces:
TagBase, EventAttribute, AAttributable, Serializable, Cloneable

public class OnMouseLeave extends AbstractEventAttribute implements AAttributable
onmouseleave attribute for the element. This attribute is supported by multiple tags.
Since:
2.0.0
See Also:
  • Constructor Details

    • OnMouseLeave

      public OnMouseLeave()
    • OnMouseLeave

      public OnMouseLeave(ServerAsyncMethod serverAsyncMethod)
    • OnMouseLeave

      public OnMouseLeave(String jsPreFunctionBody, ServerAsyncMethod serverAsyncMethod, String jsFilterFunctionBody, String jsPostFunctionBody)
    • OnMouseLeave

      public OnMouseLeave(String value)
    • OnMouseLeave

      public OnMouseLeave(ServerAsyncMethod serverAsyncMethod, Object serverSideData)
      Parameters:
      serverAsyncMethod -
      serverSideData -
      Since:
      3.0.2
    • OnMouseLeave

      public OnMouseLeave(String jsPreFunctionBody, ServerAsyncMethod serverAsyncMethod, String jsFilterFunctionBody, String jsPostFunctionBody, Object serverSideData)
      Parameters:
      jsPreFunctionBody -
      serverAsyncMethod -
      jsFilterFunctionBody -
      jsPostFunctionBody -
      serverSideData -
      Since:
      3.0.2
  • Method Details