Uses of Class
org.opencms.ui.favorites.CmsFavoriteEntry
Packages that use CmsFavoriteEntry
-
Uses of CmsFavoriteEntry in org.opencms.ui.favorites
Methods in org.opencms.ui.favorites that return CmsFavoriteEntryMethods in org.opencms.ui.favorites that return types with arguments of type CmsFavoriteEntryModifier and TypeMethodDescriptionCmsExplorerFavoriteContext.getFavoriteForCurrentLocation()
CmsPageEditorFavoriteContext.getFavoriteForCurrentLocation()
I_CmsFavoriteContext.getFavoriteForCurrentLocation()
Gets the favorite entry for the current location, as an Optional.CmsFavoriteDAO.loadFavorites()
Loads the favorite list.Methods in org.opencms.ui.favorites with parameters of type CmsFavoriteEntryModifier and TypeMethodDescriptionvoid
CmsExplorerFavoriteContext.openFavorite
(CmsFavoriteEntry entry) void
CmsPageEditorFavoriteContext.openFavorite
(CmsFavoriteEntry entry) void
I_CmsFavoriteContext.openFavorite
(CmsFavoriteEntry entry) Opens the favorite location.void
CmsFavInfo.setEntry
(CmsFavoriteEntry entry) Sets the bookmark entry.Method parameters in org.opencms.ui.favorites with type arguments of type CmsFavoriteEntryModifier and TypeMethodDescriptionprotected void
CmsFavoriteDialog.initEntries
(List<CmsFavoriteEntry> entries) Initializes the bookmark widgets.void
CmsFavoriteDAO.saveFavorites
(List<CmsFavoriteEntry> favorites) Saves the favorites.Constructors in org.opencms.ui.favorites with parameters of type CmsFavoriteEntryConstructor parameters in org.opencms.ui.favorites with type arguments of type CmsFavoriteEntryModifierConstructorDescriptionCmsEditFavoriteDialog
(CmsFavInfo info, Consumer<CmsFavoriteEntry> callback) Creates a new instance.