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

Examples of fr.openwide.maven.artifact.notifier.web.application.project.component.ItemAdditionalInformationPanel


    Link<Void> projectLink = ProjectDescriptionPage.linkDescriptor(projectModel).link("projectLink");
    projectLink.setBody(new StringResourceModel("artifact.project.title.link", artifactModel));
    hasProjectContainer.add(projectLink);
   
    //  >  Project additional information
    hasProjectContainer.add(new ItemAdditionalInformationPanel("additionalInformationPanel",
        BindingModel.of(projectModel, Binding.project().additionalInformation())));
   
    // Create project popup
    ProjectFormPopupPanel createProjectPopup = new ProjectFormPopupPanel("createProjectPopup", FormPanelMode.ADD);
    add(createProjectPopup);
View Full Code Here

TOP

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

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.