Package org.libreplan.web.common

Examples of org.libreplan.web.common.LenientDecimalBox


    }

    @Override
    public void doAfterCompose(Component comp) throws Exception {
        super.doAfterCompose(comp);
        allResourcesPerDay = new LenientDecimalBox();
        allResourcesPerDay.setWidth("80px");
        initAllocationLabels();
        makeReadyInputsForCalculationTypes();
    }
View Full Code Here

TOP

Related Classes of org.libreplan.web.common.LenientDecimalBox

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.