All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnSeeked

      public OnSeeked()
    • OnSeeked

      public OnSeeked(ServerAsyncMethod serverAsyncMethod)
    • OnSeeked

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

      public OnSeeked(String value)
    • OnSeeked

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

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