Package solysombra.client.views

Examples of solysombra.client.views.ViewVolver


      params.remove("buscadorSitio");
//      p.add(new ViewNuevoDestino(params)); TODO version final
//      params.put("nuevoDestino",p.getElement().getChildCount()-1); TODO version final
//      p.add(new ViewHistorial(params));
//      params.put("historial", p.getElement().getChildCount()-1);
      p.add(new ViewVolver(params));
      params.put("volver", p.getElement().getChildCount()-1);
     
    }else if(token=="eligeCiudad"){
      p.getElement().getChild(params.get("buscadorSitio")).removeFromParent();
      params.remove("buscadorSitio");
View Full Code Here


      // p.add(new ViewNuevoDestino(params)); TODO version final
      // params.put("nuevoDestino",p.getElement().getChildCount()-1); TODO
      // version final
      // p.add(new ViewHistorial(params));
      // params.put("historial", p.getElement().getChildCount()-1);
      viewVolver.add(new ViewVolver(params));

    } else if (token == "eligeCiudad") {
      viewBuscadorSitio.clear();
      viewBuscadorSitio.add(new ViewBuscadorSitio(params));
      // inicializaCoord();
View Full Code Here

TOP

Related Classes of solysombra.client.views.ViewVolver

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.