Class BaseActionEventActiveX

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.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(javax.faces.component.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