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

Examples of fr.openwide.maven.artifact.notifier.web.application.project.form.VersionAdditionalInformationFormComponentPanel


  @Override
  protected Component createBody(String wicketId) {
    DelegatedMarkupPanel body = new DelegatedMarkupPanel(wicketId, ArtifactVersionFormPopupPanel.class);
   
    form = new Form<ArtifactVersion>("form", getModel());
    form.add(new VersionAdditionalInformationFormComponentPanel("additionalInformationPanel",
        BindingModel.of(getModel(), Binding.artifactVersion().additionalInformation())));
    body.add(form);
   
    return body;
  }
View Full Code Here

TOP

Related Classes of fr.openwide.maven.artifact.notifier.web.application.project.form.VersionAdditionalInformationFormComponentPanel

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.