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

Examples of fr.openwide.maven.artifact.notifier.web.application.artifact.form.ArtifactNotificationRuleFormPopupPanel


    super(id, followedArtifactModel);
   
    add(new Label("title", new ResourceModel("artifact.rules.title")));
   
    // Rule update popup
    ruleEditPopupPanel = new ArtifactNotificationRuleFormPopupPanel("ruleUpdatePopupPanel");
    add(ruleEditPopupPanel);
   
    // Rules list
    rulesModel = new LoadableDetachableModel<List<ArtifactNotificationRule>>() {
      private static final long serialVersionUID = -8484961470906264804L;
View Full Code Here

TOP

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

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.