All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

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

    • OnToggle

      public OnToggle()
    • OnToggle

      public OnToggle(ServerAsyncMethod serverAsyncMethod)
    • OnToggle

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

      public OnToggle(String value)
    • OnToggle

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

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