All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

public class OnDragLeave extends AbstractEventAttribute
ondragleave attribute for the element. This attribute is supported by multiple tags.
Since:
2.0.0
See Also:
  • Constructor Details

    • OnDragLeave

      public OnDragLeave()
    • OnDragLeave

      public OnDragLeave(ServerAsyncMethod serverAsyncMethod)
    • OnDragLeave

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

      public OnDragLeave(String value)
    • OnDragLeave

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

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