Package org.dashbuilder.dataset

Examples of org.dashbuilder.dataset.DataSetRef


    public void setKpi(KPI kpi) {
        this.kpi = kpi;

        // Locate the Displayer widget to display the KPI
        DisplayerSettings displayerSettings = kpi.getDisplayerSettings();
        DataSetRef dataSetRef = kpi.getDataSetRef();
        displayer = DisplayerHelper.lookupDisplayer( dataSetRef, displayerSettings );
    }
View Full Code Here

TOP

Related Classes of org.dashbuilder.dataset.DataSetRef

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.