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

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


    relatedArtifactContainer.setOutputMarkupId(true);
    form.add(relatedArtifactContainer);
   
    final ArtifactDropDownChoice relatedArtifactField = new ArtifactDropDownChoice("relatedArtifact",
        BindingModel.of(form.getModel(), Binding.artifact().relatedArtifact()),
        new ArtifactSelect2AjaxAdapter(ArtifactDropDownChoice.CHOICE_RENDERER) {
      private static final long serialVersionUID = 1L;

      @Override
      public List<Artifact> getChoices(int start, int count, String term) {
        List<Artifact> choices = super.getChoices(start, count, term);
View Full Code Here

TOP

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

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.