miƩrcoles, 24 de septiembre de 2008

Sortable Table 0.2

  • the TableModel supports Widgets and Objects
  • columns containing java.util.Comparables are automatically detected and flaged as sortable (so adding Strings or Integers just works)
  • CSS class for column headers
  • SortableTable class has the same interface as an HTMLTable (but it doesn't inherit from it). For example, you can use Cell and Row formatters.
  • each column can have a DataFormatter. Objects in the model are formatted when displayed on the table

Color Picker 0.2

  • optional "cancel" and "ok" links
  • auto-close mode: clicking outside the popup will close it

lunes, 1 de septiembre de 2008

ColorPicker

Just instantiate org.agilar.gwt.colorpicker.ColorPicker and the popup will display when clicking on the entry field or color preview.