Class Panel

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

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

    • Panel

      public Panel()
  • Method Details

    • getToggler

      public org.openqa.selenium.WebElement getToggler()
    • getContent

      public org.openqa.selenium.WebElement getContent()
    • getHeader

      public org.openqa.selenium.WebElement getHeader()
    • isToggleAjaxified

      public boolean isToggleAjaxified()
      Is this component AJAX enabled with "toggle"?
      Returns:
      true if AJAX enabled false if not
    • isCloseAjaxified

      public boolean isCloseAjaxified()
      Is this component AJAX enabled with "close"?
      Returns:
      true if AJAX enabled false if not
    • close

      public void close()
    • expand

      public void expand()
    • collapse

      public void collapse()
    • toggle

      public void toggle()