1 2 3 4 5 6 7 8 9 10 11 12
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'> <g:HTMLPanel> <g:Label ui:field="label" styleName="text" text="Server connection lost, trying to reconnect..." /> <div class="spinner" /> </g:HTMLPanel> </ui:UiBinder>