public interface PopupProvider<T>
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<PopupItem<T>> | 
getPopupItems(Breadcrumb<T> breadcrumb)  | 
void | 
itemSelected(PopupItem<T> popupItem)
The user has selected a popupItem. 
 | 
java.util.List<PopupItem<T>> getPopupItems(Breadcrumb<T> breadcrumb)
breadcrumb - the breadcrumb associated with the separator