} else {
Notification nota = new Notification("<b>Nota:</b><br/>",
"Seleccione correctamente para añadir...",
Type.WARNING_MESSAGE, true);
nota.setPosition(Position.BOTTOM_RIGHT);
nota.show(UI.getCurrent().getPage());
}
} else if (delAction == action) {
ConfirmDialog.show(((Table) sender).getUI(), "Nota:",
"Esta seguro de eliminar el item seleccionado?",
"Si, Eliminalo", "NO, cancelar",