Examples of VersionAdditionalInformationFormComponentPanel


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
Copyright © 2018 www.massapi.com. 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.