Interface BreadCrumb

    • Method Detail

      • isShown

        boolean isShown()
        Should the BreadCrumb be shown?
        Returns:
        true if it should be displayed
      • isCurrentPage

        boolean isCurrentPage()
        Returns true if the curren BreadCrumb should be selected
        Returns:
        true or false
      • getLabel

        @Nullable
        @Nullable String getLabel()
        Returns the visible label for the bread crumb
        Returns:
        string, cannot be null
        Throws:
        ClassCastException - possible if isShown() doesn't hold true
      • getUrl

        @Nullable
        @Nullable String getUrl()
        Returns the URL for the given label
        Returns:
        URL of label. No context is added
        Throws:
        ClassCastException - possible if isShown() doesn't hold true
      • getAccessKey

        String getAccessKey()
        Returns a key as an access key
        Returns:
        null if doesn't exist