Archive for November, 2008

Setting Datefield as non-editable in GWT-ext

Posted in Uncategorized with tags , , on November 6, 2008 by Bala

To set the Datefield as non-editable in GWT-EXT, there is no “‘.setEditable(false)” for this particular element. I thought I would create a listener and complete this, but then i found this simple one.

.setReadOnly(true) -> simple, Isnt?