All Implemented Interfaces:
TagBase, EventAttribute, AAttributable, Serializable, Cloneable

public class OnContextMenu extends AbstractEventAttribute implements AAttributable
oncontextmenu attribute for the element. This attribute is supported by multiple tags.
Since:
2.0.0
See Also:
  • Constructor Details

    • OnContextMenu

      public OnContextMenu()
    • OnContextMenu

      public OnContextMenu(ServerAsyncMethod serverAsyncMethod)
    • OnContextMenu

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

      public OnContextMenu(String value)
    • OnContextMenu

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

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