Class Report


public class Report
extends Container
Represents an instance of One.Report, so it has the capability to support both views and reports.
  • Field Details

  • Constructor Details

    • Report

      public Report​(UIContext context, org.openqa.selenium.WebElement reportEl)
  • Method Details

    • initProperties

      protected void initProperties()
    • initComponents

      protected void initComponents()
    • executeSearch

      public void executeSearch()
      Delegates to FilterOverlay.executeSearch(), and then waits for the loading mask on the grid to disappear.
    • getFilterOverlay

      public FilterOverlay getFilterOverlay()
      Returns the FilterOverlay instance, or null if the report has filters disabled.
      Returns:
    • getGrid

      public Grid getGrid()
      Returns this report's grid, or null if it hasn't been constructed yet.
      Overrides:
      getGrid in class Container
      Returns:
    • getReportName

      public java.lang.String getReportName()
      Returns the name of the report, or null if this is a view.
      Returns:
    • getViewName

      public java.lang.String getViewName()
      Returns the view name, or null if this is a report.
      Returns:
    • getCustomModelName

      public java.lang.String getCustomModelName()
      Returns the custom model name of the view, or null if this is a report.
      Returns: