Class ClusterNav


  • public class ClusterNav
    extends Object

    Contextual navigation details to navigate through results and clusters.

    For example you can follow a navigation path like:

    • King
    • King Richard
    • King Richard the great

    For each step a ClusterNav item will be provided.

    Since:
    11.0
    See Also:
    ContextualNavigation, Category, Cluster
    • Field Detail

      • level

        private Integer level

        Level of this navigation item.

        0 is used for the root, then 1, 2, etc.

      • url

        private String url

        URL to reach this navigation item.

      • label

        private String label
        Label for this navigation item, such as "King Richard".
    • Constructor Detail

      • ClusterNav

        public ClusterNav()
    • Method Detail

      • getLevel

        public Integer getLevel()

        Level of this navigation item.

        0 is used for the root, then 1, 2, etc.

      • setLevel

        public void setLevel​(Integer level)

        Level of this navigation item.

        0 is used for the root, then 1, 2, etc.

      • getUrl

        public String getUrl()

        URL to reach this navigation item.

      • setUrl

        public void setUrl​(String url)

        URL to reach this navigation item.

      • getLabel

        public String getLabel()
        Label for this navigation item, such as "King Richard".
      • setLabel

        public void setLabel​(String label)
        Label for this navigation item, such as "King Richard".