116 |
benjamin |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
3 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
4 |
ui:generateLocales="default">
|
|
|
5 |
|
135 |
gduche |
6 |
<ui:style src="moyenneVoteProtocole.css" />
|
|
|
7 |
|
116 |
benjamin |
8 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
135 |
gduche |
9 |
<g:HorizontalPanel styleName="{style.protocole} plein">
|
|
|
10 |
<g:VerticalPanel styleName="{style.nomProtocole}">
|
|
|
11 |
<g:Label ui:field="nomProtocole" text="{constants.chargement}" styleName="gras"/>
|
|
|
12 |
<g:FocusPanel ui:field="moyenneVotes" />
|
|
|
13 |
</g:VerticalPanel>
|
|
|
14 |
<g:VerticalPanel styleName="{style.nbVotes} gras">
|
|
|
15 |
<g:Label text="Votes" />
|
|
|
16 |
<g:Label ui:field="nbVotes" />
|
|
|
17 |
</g:VerticalPanel>
|
|
|
18 |
<g:FocusPanel ui:field="monVote" styleName="{style.monVote} gras"/>
|
116 |
benjamin |
19 |
</g:HorizontalPanel>
|
|
|
20 |
</ui:UiBinder>
|