Package ar.com.AmberSoft.iEvenTask.client

Examples of ar.com.AmberSoft.iEvenTask.client.DialogInfo


            } else {
              DialogFactory.info("No tiene permisos para agregar comentarios en tareas no asignadas");
            }
          } else {
            if (seleccionados.size()==0){
              DialogInfo dialogInfo = new DialogInfo(
                  "Seleccione una tarea para agregar comentarios.");
            } else {
              DialogInfo dialogInfo = new DialogInfo(
                "Seleccione solo una tarea para agregar comentarios.");
            }
          }
        }
      });
View Full Code Here

TOP

Related Classes of ar.com.AmberSoft.iEvenTask.client.DialogInfo

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.