All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnStorage

      public OnStorage()
    • OnStorage

      public OnStorage(ServerAsyncMethod serverAsyncMethod)
    • OnStorage

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

      public OnStorage(String value)
    • OnStorage

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

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