我在 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 中指定标签文本以显示为 <?