- All Superinterfaces:
- Render
- All Known Subinterfaces:
- HtmlPage, Screen
- All Known Implementing Classes:
- WebPage
public interface Page
extends Render
A page interface, the basic shell of an HTML or a mobile device page.
Every page object renders itself by calling the render
method which defines what screen object it is.
Up to that point it is treated as a generic page.
- Since:
- 2.6
- Author:
- Michael Suzuki