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

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

    • OnMouseEnter

      public OnMouseEnter()
    • OnMouseEnter

      public OnMouseEnter(ServerAsyncMethod serverAsyncMethod)
    • OnMouseEnter

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

      public OnMouseEnter(String value)
    • OnMouseEnter

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

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