add class name to element in uibinder xml file

前端 未结 2 1705
执笔经年
执笔经年 2021-02-07 05:28

The following replaces any current css class names. It appears to call setStyleName.


         


        
2条回答
  •  伪装坚强ぢ
    2021-02-07 06:11

    Use addStyleNames in such situations, like this:

    
    

    It's a little trick I picked up on the GWT's Google Group - too bad it's not (?) mentioned in the official documentation.

    PS: I'm actually missing a really comprehensive documentation for UiBinder. I grepped the GWT sources for addStyleNames and found this file: WidgetBasedUi.ui.xml - it seems to contain some interesting use cases for UiBinder, including the one with addStyleNames.
    If someone knows any other good/secret references for UiBinder, please share :)

提交回复
热议问题