All Implemented Interfaces:
TagBase, EventAttribute, InputAttributable, TextAreaAttributable, Serializable, Cloneable

public class OnScroll extends AbstractEventAttribute implements InputAttributable, TextAreaAttributable
onscroll attribute for the element. This attribute is supported by multiple tags.
Since:
2.0.0
See Also:
  • Constructor Details

    • OnScroll

      public OnScroll()
    • OnScroll

      public OnScroll(ServerAsyncMethod serverAsyncMethod)
    • OnScroll

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

      public OnScroll(String value)
    • OnScroll

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

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