Examples of HistoricView


Examples of fr.soleil.salsa.client.view.HistoricView

        refresh();
    }

    @Override
    protected HistoricView generateView() {
        return new HistoricView(this);
    }
View Full Code Here

Examples of fr.soleil.salsa.client.view.HistoricView

        super(view, errorController);
    }

    @Override
    protected HistoricView generateView() {
        return new HistoricView(this);
    }
View Full Code Here

Examples of fr.soleil.salsa.client.view.HistoricView

        super(view, errorController);
    }

    @Override
    protected HistoricView generateView() {
        return new HistoricView(this);
    }
View Full Code Here

Examples of fr.soleil.salsa.client.view.HistoricView

    /**
     * The historic controller.
     */
    public HistoricController() {
        view = new HistoricView(this);
        refresh();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.