y en la creacion de las columnas del grid public static GridCellRenderer getTootipCeld(final String str) { GridCellRenderer renderer… Leer más tooltip grid cell whith messager
Categoría: GXT
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
Grid with buttons
Esto en un ejemplo que viene el la pagina de sencha.com con algo mas de miga en la parte del… Leer más Grid with buttons
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
gwt 2.2
ya esta la version 2.2 de gwt… esperemos que dure algo mas que la versión anterior. porque la anterior versión… Leer más gwt 2.2
Tree Grid color column
al principio del tu list view public class GVC extends GridViewConfig { @Override public String getRowStyle(ModelData model, int rowIndex, ListStore… Leer más Tree Grid color column
Tree Grid
TreeStore storeArbol = new TreeStore();TreeGrid treeGrid = null; cuando se definda la columna en la primera, deberiamos de poner un… Leer más Tree Grid
GWT: grid con tooltip
una opcion para poner un tooltip en un grid es la que viene en la pagina de sencha crearse esta… Leer más GWT: grid con tooltip