Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
120 |
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'
|
|
|
2 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
|
|
3 |
<ui:style src="pagination.css" />
|
|
|
4 |
|
|
|
5 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
7 |
<g:HorizontalPanel styleName="{style.pagination}">
|
|
|
8 |
<g:HorizontalPanel ui:field="zoneLiens"></g:HorizontalPanel>
|
|
|
9 |
<g:ListBox ui:field="nbElements" styleName="{style.selecteurElements}"></g:ListBox>
|
|
|
10 |
</g:HorizontalPanel>
|
|
|
11 |
</ui:UiBinder>
|