public interface I_CmsFavoriteContext
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the favorite dialog.
|
java.util.Optional<CmsFavoriteEntry> |
getFavoriteForCurrentLocation()
Gets the favorite entry for the current location, as an Optional.
|
void |
openFavorite(CmsFavoriteEntry entry)
Opens the favorite location.
|
void |
setDialog(com.vaadin.ui.Component component)
Sets the dialog instance.
|
void setDialog(com.vaadin.ui.Component component)
This must be called by the favorite dialog when it is loaded.
component - the favorite dialogvoid close()
java.util.Optional<CmsFavoriteEntry> getFavoriteForCurrentLocation()
void openFavorite(CmsFavoriteEntry entry)
entry - the favorite entry whose location should be opened