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

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

    • OnPageHide

      public OnPageHide()
    • OnPageHide

      public OnPageHide(ServerAsyncMethod serverAsyncMethod)
    • OnPageHide

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

      public OnPageHide(String value)
    • OnPageHide

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

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