public interface HasSideNavItems
extends HasElement
HasSideNavItems is an interface for components used in the side
navigation item hierarchy. The implementing components can contain and manage
multiple SideNavItem instances. The interface defines methods for
adding, removing, and accessing the items within a container.
Gets the items added to this navigation item (the children of this
component that are instances of SideNavItem). This doesn't
include the items added to the children of this navigation item.
Returns:
the child SideNavItem instances in this navigation menu