Class URLAction

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

public final class URLAction extends Object implements Action
Defines an action that opens a specific URL.

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

If the desired pop-up is tightly related to EBX®, it is recommended to use an WebComponentAction instead.

Since:
5.7.1.
See Also:
  • Constructor Details

    • URLAction

      public URLAction(String aURL)
      Creates an action opening the specified URL.
      Parameters:
      aURL - the URL to be accessed.
  • Method Details

    • getUrl

      public String getUrl()