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

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


            .link("artifactLink");
        artifactLink.add(new Label("id", new StringResourceModel("project.description.artifacts.artifact", item.getModel())));
        item.add(artifactLink);
       
        // Follow actions
        item.add(new ArtifactFollowActionsPanel("followActions", item.getModel()));
       
        // Remove link
        IModel<String> confirmationTextModel = new StringResourceModel("project.description.artifacts.remove.confirmation.text", item.getModel());
        item.add(new AjaxConfirmLink<Artifact>("removeLink", item.getModel(),
            new ResourceModel("project.description.artifacts.remove.confirmation.title"),
View Full Code Here

TOP

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

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.