Package org.libreplan.web.orders

Examples of org.libreplan.web.orders.OrderElementTreeController


    };

    public abstract List<Column> getColumns();

    public void clear() {
        OrderElementTreeController controller = (OrderElementTreeController) getVariable(
                CONTROLLER_NAME, true);
        controller.clear();
    }
View Full Code Here

TOP

Related Classes of org.libreplan.web.orders.OrderElementTreeController

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.