Class WebComponentAction

java.lang.Object
com.orchestranetworks.ui.action.WebComponentAction
All Implemented Interfaces:
Action

public final class WebComponentAction extends Object implements Action
Defines an action that runs a Web component.

Invoking the action opens the standard modal inner pop-up with the specified Web component.

Since:
5.7.1.
See Also:
  • Constructor Details

    • WebComponentAction

      public WebComponentAction(UIHttpManagerComponent aWebComponent)
      Creates an action launching and opening the specified Web component.
      Parameters:
      aWebComponent - the Web component to be launched in the standard modal inner pop-up.
  • Method Details