Setting Datefield as non-editable in GWT-ext

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?

Leave a Reply