Class NavigationPathBreadcrumbLinkPanel

    • Field Detail

      • NAVIGATION_PATH_PROPERTY

        public static final java.lang.String NAVIGATION_PATH_PROPERTY
        The navigation path bound property.
    • Constructor Detail

      • NavigationPathBreadcrumbLinkPanel

        public NavigationPathBreadcrumbLinkPanel()
        Default constructor with a default horizontal flow layout.
      • NavigationPathBreadcrumbLinkPanel

        public NavigationPathBreadcrumbLinkPanel​(com.globalmentor.net.URIPath navigationPath)
        Navigation path constructor with a default horizontal flow layout.
        Parameters:
        navigationPath - The navigation path, or null if there should be no navigation path.
      • NavigationPathBreadcrumbLinkPanel

        public NavigationPathBreadcrumbLinkPanel​(Layout<?> layout)
        Layout constructor.
        Parameters:
        layout - The layout definition for the container.
        Throws:
        java.lang.NullPointerException - if the given layout is null.
      • NavigationPathBreadcrumbLinkPanel

        public NavigationPathBreadcrumbLinkPanel​(Layout<?> layout,
                                                 com.globalmentor.net.URIPath navigationPath)
        Layout and URI constructor.
        Parameters:
        layout - The layout definition for the container.
        navigationPath - The navigation path, or null if there should be no navigation path.
        Throws:
        java.lang.NullPointerException - if the given layout is null.
    • Method Detail

      • getNavigationPath

        public com.globalmentor.net.URIPath getNavigationPath()
        Returns:
        The navigation path, or null if there is no navigation path.
      • setNavigationPath

        public void setNavigationPath​(com.globalmentor.net.URIPath newNavigationPath)
        Sets the navigation path. This is a bound property.
        Parameters:
        newNavigationPath - The new navigation path, or null if there should be no navigation navigation path.
        See Also:
        NAVIGATION_PATH_PROPERTY