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

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

    • OnSelect

      public OnSelect()
    • OnSelect

      public OnSelect(ServerAsyncMethod serverAsyncMethod)
    • OnSelect

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

      public OnSelect(String value)
    • OnSelect

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

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