Class OverlayPanel

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class OverlayPanel extends AbstractComponent
Component wrapper for the PrimeFaces p:overlayPanel.
  • Constructor Details

    • OverlayPanel

      public OverlayPanel()
  • Method Details

    • isVisible

      public boolean isVisible()
      Is the overlay currently visible.
      Returns:
      true if visible false if not
    • getShowDelay

      public int getShowDelay()
      Is the overlay currently visible.
      Returns:
      true if visible false if not
    • toggle

      public void toggle()
      Toggle the overlay visibility.
    • enableModality

      public void enableModality()
      Makes this overlay modal.
    • disableModality

      public void disableModality()
      Makes this overlay non-modal.
    • show

      public void show()
      Shows the overlay.
    • hide

      public void hide()
      Hides the overlay.
    • waitForDisplay

      public void waitForDisplay()
      Wait for the client side setTimeout when displaying overlay.