Exemplo n.º 1
0
 private EnterGridPage onEnterGridPage() {
   return pages.currentPageAt(EnterGridPage.class);
 }
Exemplo n.º 2
0
 private ShowGridPage onShowGridPage() {
   return pages.currentPageAt(ShowGridPage.class);
 }
Exemplo n.º 3
0
 private HomePage onHomePage() {
   return pages.currentPageAt(HomePage.class);
 }