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

Examples of fr.openwide.maven.artifact.notifier.web.application.artifact.component.RecommendedArtifactPortfolioPanel


    IModel<String> searchArtifactModel = new Model<String>();
   
    addBreadCrumbElement(new BreadCrumbElement(new ResourceModel("artifact.follow.search.pageTitle"), ArtifactSearchPage.linkDescriptor()));
    add(new Label("pageTitle", new ResourceModel("artifact.follow.search.pageTitle")));
   
    add(new RecommendedArtifactPortfolioPanel("recommendedArtifacts",
        new RecommendedArtifactDataProvider(globalSearchModel, searchGroupModel, searchArtifactModel), Integer.MAX_VALUE));
   
    ArtifactSearchResultsPanel artifactSearchResultsPanel = new ArtifactSearchResultsPanel("artifactSearchResultsPanel",
        new ArtifactBeanDataProvider(globalSearchModel, searchGroupModel, searchArtifactModel));
    artifactSearchResultsPanel.getDataView().setCurrentPage(pageNumber);
View Full Code Here

TOP

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

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.