Uses of Interface
org.troy.capstone.interfaces.SearchedItemPanelInteractor
Packages that use SearchedItemPanelInteractor
Package
Description
-
Uses of SearchedItemPanelInteractor in org.troy.capstone.interfaces
Methods in org.troy.capstone.interfaces with parameters of type SearchedItemPanelInteractorModifier and TypeMethodDescriptionvoidSearchedItemPanelSourceUI.addSearchedItemPanelInteractor(SearchedItemPanelInteractor interactor) Adds aSearchedItemPanelInteractorto receive item selection events from the searched item panels. -
Uses of SearchedItemPanelInteractor in org.troy.capstone.managers
Classes in org.troy.capstone.managers that implement SearchedItemPanelInteractorModifier and TypeClassDescriptionclassManager for recently viewed items, bridgesRecentlyViewedQueueandRecentlyViewedWindow.classTheSimilarItemsManagerclass manages the display of similar items to a selected item. -
Uses of SearchedItemPanelInteractor in org.troy.capstone.ui_components.items
Fields in org.troy.capstone.ui_components.items with type parameters of type SearchedItemPanelInteractorModifier and TypeFieldDescriptionprivate final List<SearchedItemPanelInteractor> SearchedItemPanel.interactorsList of interactors to handle interactions with the item panel, such as adding the item to theRecentlyViewedQueuewhen the panel is clicked.Methods in org.troy.capstone.ui_components.items with parameters of type SearchedItemPanelInteractorModifier and TypeMethodDescriptionvoidSearchedItemPanel.addSearchedItemPanelInteractor(SearchedItemPanelInteractor interactor) Sets aSearchedItemPanelInteractorto the panel to allow for interaction with the item panel -
Uses of SearchedItemPanelInteractor in org.troy.capstone.ui_components.items.searched
Fields in org.troy.capstone.ui_components.items.searched with type parameters of type SearchedItemPanelInteractorModifier and TypeFieldDescriptionprivate final List<SearchedItemPanelInteractor> SearchedItemContainer.interactorsList of interactors to handle interactions with the item panels in the search results.Methods in org.troy.capstone.ui_components.items.searched with parameters of type SearchedItemPanelInteractorModifier and TypeMethodDescriptionvoidSearchedItemContainer.addSearchedItemPanelInteractor(SearchedItemPanelInteractor interactor) Adds aSearchedItemPanelInteractorto theSearchedItemContainerto allow for interaction with the item panels in the search results.voidSearchedItemPagination.addSearchedItemPanelInteractor(SearchedItemPanelInteractor interactor) Adds aSearchedItemPanelInteractorto theSearchedItemContainerto allow for interaction with the item panels in the search results.