Examples of DashboardRendererType


Examples of pt.webdetails.cdf.dd.structure.DashboardWcdfDescriptor.DashboardRendererType

public class CdfRunJsThingWriterFactory implements IThingWriterFactory
{
 
  public CdfRunJsDashboardWriter getDashboardWriter(Dashboard dashboard) {
    DashboardWcdfDescriptor wcdf = dashboard.getWcdf();
    DashboardRendererType rendererType = wcdf.getParsedRendererType();
     
    if(rendererType == DashboardRendererType.MOBILE)
    {
      return new CdfRunJsMobileDashboardWriter();
    }
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.