Package org.cyclop.web.panels.favourites

Examples of org.cyclop.web.panels.favourites.FavouritesPanel


  void initFavouritesTab() {
    if (!AppConfig.get().favourites.enabled) {
      add(new Label("favouritesPanel", "Favourites are disabled in application-configuration"));
      return;
    }
    FavouritesPanel favourites = new FavouritesPanel("favouritesPanel");
    add(favourites);
    tabSupport.registerReloadableTab(favourites, ".cq-tabFavourites");
  }
View Full Code Here

TOP

Related Classes of org.cyclop.web.panels.favourites.FavouritesPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.