Subversion Repositories eFlore/Applications.del

Rev

Rev 488 | Rev 568 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<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">
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources'/>
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="pagination.css" />
<g:HorizontalPanel styleName="{style.pagination}">
        <g:Button ui:field="boutonPremierePage" styleName="{style.boutonPremierePage}" text=" " />
        <g:Button ui:field="boutonPrecedent" styleName="{style.boutonPrecedent}" text=" " />
        <g:HorizontalPanel styleName="{style.zoneLiens}" ui:field="zoneLiens"/> 
        <g:HorizontalPanel />
        <g:Button ui:field="boutonSuivant"  styleName="{style.boutonSuivant}"  text=" "/>
        <g:Button ui:field="boutonDernierePage" styleName="{style.boutonDernierePage}" text=" " />
        <g:Label styleName="{style.nombreTotal}" ui:field="nbTotalPages" />
        <g:Label styleName="{style.labelSelecteurPasAfficher}" text="{constants.afficher}" />
        <g:ListBox ui:field="selecteurPas" styleName="{style.selecteurElements}">
                <g:item value="5">5</g:item>
                <g:item value="10">10</g:item>
                <g:item value="15">15</g:item>
                <g:item value="20">20</g:item>
        </g:ListBox>
        <g:Label styleName="{style.labelSelecteurPas}" text="{constants.elements_par_page}" />  
        </g:HorizontalPanel>
        
        
</ui:UiBinder>