info.magnolia.ui.admincentral.shellapp.favorites
Interface FavoritesView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
FavoritesViewImpl

public interface FavoritesView
extends View

View for favorites.


Nested Class Summary
static interface FavoritesView.Listener
          Listener.
 
Field Summary
static String FAVORITES_BASENAME
           
 
Method Summary
 void init(AbstractJcrNodeAdapter favoritesRoot, JcrNewNodeAdapter favoriteSuggestion, JcrNewNodeAdapter groupSuggestion, Map<String,String> availableGroups)
           
 void setFavoriteLocation(JcrNewNodeAdapter location, JcrNewNodeAdapter groupSuggestion, Map<String,String> availableGroups)
           
 void setListener(FavoritesView.Listener listener)
           
 void updateSelection(com.vaadin.ui.Component newSelection)
          Unselect the currently selected component, as only one can be selected at any point in time.
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Field Detail

FAVORITES_BASENAME

static final String FAVORITES_BASENAME
See Also:
Constant Field Values
Method Detail

setListener

void setListener(FavoritesView.Listener listener)

init

void init(AbstractJcrNodeAdapter favoritesRoot,
          JcrNewNodeAdapter favoriteSuggestion,
          JcrNewNodeAdapter groupSuggestion,
          Map<String,String> availableGroups)

setFavoriteLocation

void setFavoriteLocation(JcrNewNodeAdapter location,
                         JcrNewNodeAdapter groupSuggestion,
                         Map<String,String> availableGroups)

updateSelection

void updateSelection(com.vaadin.ui.Component newSelection)
Unselect the currently selected component, as only one can be selected at any point in time.



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.