UiBinderのウィジェット用に次のコードがあります
<g:HorizontalPanel>
<b:Label><</b:Label>
<b:TextBox ui:field="lowerLimit" addStyleNames="lowerLimitTextBox"></b:TextBox>
<b:Button icon="COPY" addStyleNames="copyAll copyAllLower">Copy To All</b:Button>
</g:HorizontalPanel>
ページ上<
で<の代わりに表示されますUiBinder内から<として表示されるラベルテキストを指定するにはどうすればよいですか?