Interface PageActiveCheck


  • public interface PageActiveCheck
    Provides the possibility to implement a page active check. This is especially useful for classes annotated with Page.
    Since:
    3.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    Page
    • Method Detail

      • isPageActive

        boolean isPageActive()
        Tests if the page is active. Returns true, if the page is currently active, otherwise false.
        Returns:
        true, if the page is currently active, otherwise false.
        Since:
        3.0.0