Class ViewsMixIn

    • Method Detail

      • create

        public <T extends View> T create​(Class<T> type)
      • create

        public <T extends View> T create​(Class<T> type,
                                         String name)
      • get

        public <T extends View> T get​(Class<T> type,
                                      String name)
        Returns the page object of a view.
        Type Parameters:
        T - The type of the view.
        Parameters:
        type - The class object of the type of the view..
        name - The name of the view.
        Returns:
        page object of a view to the corresponding type and name.