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

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


            .setLabel(new ResourceModel("project.field.issueTrackerUrl")),
        new UrlTextField("scmUrl", new ExternalLinkWrapperWrapModel(BindingModel.of(getModel(), Binding.project().additionalInformation().scmUrl())))
            .setLabel(new ResourceModel("project.field.scmUrl")),
        new UrlTextField("changelogUrl", new ExternalLinkWrapperWrapModel(BindingModel.of(getModel(), Binding.project().additionalInformation().changelogUrl())))
            .setLabel(new ResourceModel("project.field.changelogUrl")),
        new ProjectLicenseDropDownChoice("licenses", BindingModel.of(getModel(), Binding.project().additionalInformation().licenses()))
            .setLabel(new ResourceModel("project.field.licenses"))
    );
    body.add(form);
   
    return body;
View Full Code Here

TOP

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

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.