All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnDragEnd

      public OnDragEnd()
    • OnDragEnd

      public OnDragEnd(ServerAsyncMethod serverAsyncMethod)
    • OnDragEnd

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

      public OnDragEnd(String value)
    • OnDragEnd

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

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