Interface Navigator


  • public interface Navigator
    Navigates across the UI.
    • Method Detail

      • handleGesture

        boolean handleGesture​(Navigator.Gesture gesture)
        Handles a gesture.

        The navigator may consume the gesture and show an other page.

        Parameters:
        gesture - the gesture to handle.
        Returns:
        whether the gesture has been consumed.
      • show

        void show​(Renderable renderable)
        Requests to show a renderable.
        Parameters:
        renderable - a renderable