Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.ui.breadcrumbs
Interface PopupProvider<T>


public interface PopupProvider<T>

An API for clients to provide details of the PopupItems that appear in a Breadcrumbs separator popupmenu


Method Summary
 java.util.List<PopupItem<T>> getPopupItems(Breadcrumb<T> breadcrumb)
           
 void itemSelected(PopupItem<T> popupItem)
          The user has selected a popupItem.

 

Method Detail

getPopupItems

java.util.List<PopupItem<T>> getPopupItems(Breadcrumb<T> breadcrumb)
Parameters:
breadcrumb - the breadcrumb associated with the separator
Returns:
a list of PopupItems that populate this menu

itemSelected

void itemSelected(PopupItem<T> popupItem)
The user has selected a popupItem. Perform the action associated with it.
Parameters:
popupItem -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.