Class ProcessRunPage

Object
JPage
ProcessRunPage

public class ProcessRunPage extends JPage
This page is responsible for actually executing the process with the given parameters and then displaying the result.
Since:
8.0
Author:
gdavis
  • Constructor Details

  • Method Details

    • getBackPageIdentifier

      public String getBackPageIdentifier()
      Description copied from class: JPage
      Identifier of the panel to use Back.
      Overrides:
      getBackPageIdentifier in class JPage
      Returns:
      Return id of the next JProcessPage or null if next should be disabled.
    • getNextPageIdentifier

      public String getNextPageIdentifier()
      Description copied from class: JPage
      Identifier of the panel to use Next.
      Overrides:
      getNextPageIdentifier in class JPage
      Returns:
      Return id of the next JProcessPage or null if next should be disabled. You can use FINISH to indicate the wizard is complete and may be closed.
    • aboutToDisplayPanel

      public void aboutToDisplayPanel()