Uses of Interface
org.troy.capstone.interfaces.SearchedItemPanelSourceUI
Packages that use SearchedItemPanelSourceUI
-
Uses of SearchedItemPanelSourceUI in org.troy.capstone.managers
Methods in org.troy.capstone.managers with parameters of type SearchedItemPanelSourceUIModifier and TypeMethodDescription(package private) static RecentlyViewedManagerRecentlyViewedManager.create(ItemRepo itemRepo, SearchedItemPanelDestinationUI destinationUI, SearchedItemPanelSourceUI panelSourceUI) Factory method to create aRecentlyViewedManagerand attach it as a listener to the givenSearchedItemPanelSourceUI, allowing to receive item selection events from within theSearchedItemPanelSourceUI.static SimilarItemsManagerSimilarItemsManager.create(ItemRepo itemRepo, Table table, SearchedItemPanelDestinationUI destinationUI, SearchedItemPanelSourceUI panelSourceUI) Static factory method for creating a SimilarItemsManager instance. -
Uses of SearchedItemPanelSourceUI in org.troy.capstone.ui_components.items.searched
Classes in org.troy.capstone.ui_components.items.searched that implement SearchedItemPanelSourceUIModifier and TypeClassDescriptionclassTheSearchedItemPaginationclass represents a UI component that provides pagination for search results.