Package net.sf.pmr.web.select

Examples of net.sf.pmr.web.select.RiskLevelSelectionModel


       
        // build tabs
        this.buildTabs();
       
        // instanciate the selection lists
        this.riskLevelSelectionModel = new RiskLevelSelectionModel();
        this.businessValueSelectionModel = new BusinessValueSelectionModel();
       
        // if there is no story to display, get a empty one from the factory
        if (this.getStory() == null) {
            this.setStory(AgilePlanningObjectFactory.getStory());
View Full Code Here

TOP

Related Classes of net.sf.pmr.web.select.RiskLevelSelectionModel

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.