All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnPaste

      public OnPaste()
    • OnPaste

      public OnPaste(ServerAsyncMethod serverAsyncMethod)
    • OnPaste

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

      public OnPaste(String value)
    • OnPaste

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

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