Line 2... |
Line 2... |
2 |
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
2 |
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
3 |
xmlns:g="urn:import:com.google.gwt.user.client.ui">
|
3 |
xmlns:g="urn:import:com.google.gwt.user.client.ui">
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
5 |
<ui:style src="barreRepartition.css" />
|
5 |
<ui:style src="barreRepartition.css" />
|
6 |
<g:HTMLPanel styleName="{style.conteneurBarre}">
|
6 |
<g:HTMLPanel styleName="{style.conteneurBarre}">
|
7 |
<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon}" />
|
7 |
<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
|
8 |
<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
|
8 |
<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
|
9 |
<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
|
9 |
<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
|
10 |
<g:HTMLPanel styleName="{style.barre}">
|
10 |
<g:HTMLPanel styleName="{style.barre}">
|
11 |
<g:Label styleName="{style.pourcentage}" ui:field="pourcentage"></g:Label>
|
11 |
<g:Label styleName="{style.pourcentage}" ui:field="pourcentage"></g:Label>
|
12 |
<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
|
12 |
<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
|