Interface NavigationBar.NavigationBarProxy

Enclosing class:
NavigationBar

public static interface NavigationBar.NavigationBarProxy
An interface that provides valuable methods that define what happens when given events take place within the NavigationBar.
  • Method Details

    • getCurrentPath

      Path getCurrentPath()
      Returns the Path that should currently be displayed on the NavigationBar.
    • canNavigateForward

      default boolean canNavigateForward()
    • canNavigateBackward

      default boolean canNavigateBackward()
    • canRefresh

      default boolean canRefresh()
    • onNavigateForward

      default void onNavigateForward()
    • onNavigateBackward

      default void onNavigateBackward()
    • onRefresh

      default void onRefresh()
      Invoked when the "refresh" navigation button is pressed.