I\'m using GWT and UiBinder for my app, and I\'m trying to do this
What about creating custom SearchBox that extends TextBox with method setPlaceholder(String placeholder) ?
SearchBox
TextBox
setPlaceholder(String placeholder)
Then in UiBinder: