| Interface | Description |
|---|---|
| SideBar.ItemComponentFactory |
Interface defining a factory for creating components that correspond to items in a side bar section.
|
| SideBar.SectionComponentFactory |
Interface defining a factory for creating components that correspond to sections in a side bar.
|
| SideBarItemIconProvider<A extends Annotation> |
Interface defining a provider that maps a side bar item icon annotation to an actual
Resource. |
| Class | Description |
|---|---|
| FontAwesomeIconProvider |
Icon provider for
FontAwesomeIcon. |
| LocalizedThemeIconProvider |
Icon provider for
LocalizedThemeIcon. |
| SideBar |
This is a side bar component that can be used as a main menu in applications.
|
| SideBarItemDescriptor |
This is a class that describes a side bar item that has been declared using a
SideBarItem annotation. |
| SideBarItemDescriptor.ActionItemDescriptor |
Side bar item descriptor for action items.
|
| SideBarItemDescriptor.ViewItemDescriptor |
Side bar item descriptor for view items.
|
| SideBarSectionDescriptor |
This is a class that describes a side bar section that has been declared using a
SideBarSection annotation. |
| SideBarUtils |
Utility methods for working with side bars.
|
| ThemeIconProvider |
Icon provider for
ThemeIcon. |
Copyright © 2015. All rights reserved.