Ejemplo n.º 1
0
 public static googlecharts.proxies.Cell load(
     com.mendix.systemwideinterfaces.core.IContext context,
     com.mendix.systemwideinterfaces.core.IMendixIdentifier mendixIdentifier)
     throws com.mendix.core.CoreException {
   com.mendix.systemwideinterfaces.core.IMendixObject mendixObject =
       com.mendix.core.Core.retrieveId(context, mendixIdentifier);
   return googlecharts.proxies.Cell.initialize(context, mendixObject);
 }