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

All Known Implementing Classes:
FavoritesPresenter
Enclosing interface:
FavoritesView

public static interface FavoritesView.Listener

Listener.


Method Summary
 void addFavorite(JcrNewNodeAdapter newFavorite)
           
 void addGroup(JcrNewNodeAdapter newGroup)
           
 void editFavorite(String relPath, String newTitle)
           
 void editGroup(String relPath, String newTitle)
           
 void goToLocation(String location)
           
 void moveFavorite(String relPath, String group)
           
 void orderFavoriteAfter(String relPath, String sibling)
           
 void orderFavoriteBefore(String relPath, String sibling)
           
 void orderGroupAfter(String groupToMove, String relPath)
           
 void orderGroupBefore(String relPath, String sibling)
           
 void removeFavorite(String relPath)
           
 void removeGroup(String relPath)
           
 

Method Detail

addFavorite

void addFavorite(JcrNewNodeAdapter newFavorite)

editFavorite

void editFavorite(String relPath,
                  String newTitle)

removeFavorite

void removeFavorite(String relPath)

goToLocation

void goToLocation(String location)

addGroup

void addGroup(JcrNewNodeAdapter newGroup)

editGroup

void editGroup(String relPath,
               String newTitle)

removeGroup

void removeGroup(String relPath)

moveFavorite

void moveFavorite(String relPath,
                  String group)

orderFavoriteBefore

void orderFavoriteBefore(String relPath,
                         String sibling)

orderFavoriteAfter

void orderFavoriteAfter(String relPath,
                        String sibling)

orderGroupBefore

void orderGroupBefore(String relPath,
                      String sibling)

orderGroupAfter

void orderGroupAfter(String groupToMove,
                     String relPath)


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