608 |
aurelien |
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 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
7 |
<g:VerticalPanel styleName="fenetreDefilante" ui:field="conteneurGlobal">
|
|
|
8 |
<g:FocusPanel ui:field="overlay" />
|
|
|
9 |
<g:HorizontalPanel ui:field="conteneurOverlayContenu" styleName="">
|
|
|
10 |
<g:Button ui:field="boutonPrecedent" text="" />
|
|
|
11 |
<g:FocusPanel ui:field="overlayContenu" />
|
|
|
12 |
<g:Button ui:field="boutonSuivant" text="" />
|
|
|
13 |
<g:Button ui:field="boutonFermer" />
|
|
|
14 |
</g:HorizontalPanel>
|
|
|
15 |
</g:VerticalPanel>
|
|
|
16 |
</ui:UiBinder>
|