Package com.illumon.iris.console.events
Class OneClickListPopupProvider
java.lang.Object
com.illumon.iris.console.events.OneClickListPopupProvider
- All Implemented Interfaces:
- PopupProvider
A PopupProvider that provides the "Create OneClick List" item if the
 selected column is a string
- 
Field SummaryFields inherited from interface com.illumon.iris.gui.widget.PopupProviderNULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetMenuItems(GuiTable table, int column) Get a list of menu items to add to the popup.
- 
Constructor Details- 
OneClickListPopupProviderpublic OneClickListPopupProvider()
 
- 
- 
Method Details- 
getMenuItemsDescription copied from interface:PopupProviderGet a list of menu items to add to the popup.- Specified by:
- getMenuItemsin interface- PopupProvider
- Parameters:
- table- The table that was clicked
- column- The column index in Model space
- Returns:
- A list of menu items to add to the popup menu.
 
 
-