Package fr.openwide.maven.artifact.notifier.web.application.navigation.component

Examples of fr.openwide.maven.artifact.notifier.web.application.navigation.component.DashboardArtifactPortfolioPanel


   
    DashboardNotificationListViewPanel notificationsPanel = new DashboardNotificationListViewPanel("notificationPanel",
        new NotificationsModel(MavenArtifactNotifierSession.get().getUserModel()));
    add(notificationsPanel);
   
    DashboardArtifactPortfolioPanel artifactPanel = new DashboardArtifactPortfolioPanel("artifactPanel",
        new LoadableDetachableModel<List<FollowedArtifact>>() {
      private static final long serialVersionUID = -8484961470906264804L;

      @Override
      protected List<FollowedArtifact> load() {
View Full Code Here

TOP

Related Classes of fr.openwide.maven.artifact.notifier.web.application.navigation.component.DashboardArtifactPortfolioPanel

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.