grid selected row

en la creación del grid  grid.setSelectionModel(new GridSelectionModel()); en el presenter en la funcion bind display.getGrid().addListener(Events.CellMouseDown, new Listener

button with icons

primer tipo de icono con boton final IButton stretchButton = new IButton(«»); stretchButton.setWidth(50); stretchButton.setShowRollOver(true); stretchButton.setShowDisabled(true); stretchButton.setShowDown(true); stretchButton.setTitleStyle(«Stretch Button»); stretchButton.setIcon(«icons/16/find.png»); Segundo… Leer más button with icons