次の例では、ファイル MessageView.ui.xml から:
<ui:style>
.polite {
position:fixed;
background-color:notice-background-color;
top:1em;
left:2em;
white-space:nowrap;
border-radius:.5em;}
</ui:style>
<g:PopupPanel styleName="{style.polite}">
<g:HTML ui:field="message">Message goes here.</g:HTML>
</g:PopupPanel>
@notice-background-color を定義して、他の UiBinder ファイルでも定義を使用できるようにすることはできますか?