blob: 1fe129067d8f4b21c65fd35b656325e84712cb37 [file] [log] [blame]
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:style>
.contents {
display: inline;
}
.errorLabel {
display: none;
white-space: pre;
}
</ui:style>
<g:HTMLPanel>
<div class="{style.errorLabel}" ui:field="errorLabel" />
<g:SimplePanel ui:field="contents" stylePrimaryName="{style.contents}" />
</g:HTMLPanel>
</ui:UiBinder>