Interface NavigationItem


  • public interface NavigationItem
    Simple data model for a navigation item of the navigation component.
    • Method Detail

      • getTitle

        String getTitle()
        Returns:
        The item title to be displayed in the navigation.
      • getURL

        String getURL()
        Returns:
        The URL for the item.
      • isActive

        boolean isActive()
        Returns:
        True if the current page is referred to by this navigation item.
      • getItems

        List<NavigationItem> getItems()
        Returns:
        The navigation items to be rendered by the navigation component.