Custom attributes in UiBinder widgets

后端 未结 2 1911
遥遥无期
遥遥无期 2021-01-01 21:08

I\'m using GWT and UiBinder for my app, and I\'m trying to do this

2条回答
  •  一整个雨季
    2021-01-01 21:27

    What about creating custom SearchBox that extends TextBox with method setPlaceholder(String placeholder) ?

    Then in UiBinder:

提交回复
热议问题