All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnTouchMove

      public OnTouchMove()
    • OnTouchMove

      public OnTouchMove(ServerAsyncMethod serverAsyncMethod)
    • OnTouchMove

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

      public OnTouchMove(String value)
    • OnTouchMove

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

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