Package pt.webdetails.cdf.dd.structure.DashboardWcdfDescriptor

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

Related Classes of pt.webdetails.cdf.dd.structure.DashboardWcdfDescriptor.DashboardRendererType

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.