269 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
120 |
gduche |
2 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
|
|
3 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
269 |
gduche |
4 |
<ui:style src="pagination.css" />
|
|
|
5 |
<g:HorizontalPanel styleName="{style.pagination}">
|
|
|
6 |
<g:Button ui:field="boutonPrecedent" text="previous" />
|
|
|
7 |
<g:HorizontalPanel ui:field="zoneLiens"/>
|
|
|
8 |
<g:HorizontalPanel styleName="{style.pagination}" /><g:Button ui:field="boutonSuivant" text="next" />
|
|
|
9 |
<g:ListBox ui:field="selecteurPas" styleName="{style.selecteurElements}">
|
|
|
10 |
<g:item value="5">5</g:item>
|
|
|
11 |
<g:item value="10">10</g:item>
|
|
|
12 |
<g:item value="15">15</g:item>
|
|
|
13 |
<g:item value="20">20</g:item>
|
|
|
14 |
</g:ListBox>
|
|
|
15 |
|
120 |
gduche |
16 |
</g:HorizontalPanel>
|
269 |
gduche |
17 |
|
|
|
18 |
|
120 |
gduche |
19 |
</ui:UiBinder>
|