Class BaseActionEventActiveX

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventActiveX extends BaseActionEvent
Event that is sent by an ActiveX component.
See Also:
  • Constructor Details

    • BaseActionEventActiveX

      public BaseActionEventActiveX(UIComponent component, String type)
  • Method Details

    • getActiveXPropertyValues

      public String getActiveXPropertyValues()
      Returns a semicolon separated list of all the proeprty values you registered for within the ACTIVEX control definition.
      Returns:
      null if no parameter was passed
    • getActiveXPropertyCSVValues

      public String[] getActiveXPropertyCSVValues()
      Returns all parameters coming from the ACTIVEX component. Same as getActiveXPropertyValues(), now with decoding CSV parameters.
      Returns:
      empty array if no parameter was passed