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

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

    • OnError

      public OnError()
    • OnError

      public OnError(ServerAsyncMethod serverAsyncMethod)
    • OnError

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

      public OnError(String value)
    • OnError

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

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