fixes bug#24689
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112941 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6f4f08bd47
commit
5db81b1cef
|
@ -190,6 +190,11 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
plwOrigensDestinosVentaRapida.init(origensDestinoVentaRapida, localidadesOrigemDestinoList, pagingOrigensDestinosVentaRapida);
|
plwOrigensDestinosVentaRapida.init(origensDestinoVentaRapida, localidadesOrigemDestinoList, pagingOrigensDestinosVentaRapida);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void onClick$btnPesquisa(Event ev) {
|
||||||
|
refreshLista();
|
||||||
if (localidadesOrigemDestinoList.getData().length == 0) {
|
if (localidadesOrigemDestinoList.getData().length == 0) {
|
||||||
try {
|
try {
|
||||||
Messagebox.show(Labels.getLabel("MSG.ningunRegistro"),
|
Messagebox.show(Labels.getLabel("MSG.ningunRegistro"),
|
||||||
|
@ -197,11 +202,7 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
||||||
Messagebox.OK, Messagebox.INFORMATION);
|
Messagebox.OK, Messagebox.INFORMATION);
|
||||||
} catch (InterruptedException ex) {
|
} catch (InterruptedException ex) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void onClick$btnPesquisa(Event ev) {
|
|
||||||
refreshLista();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnRefresh(Event ev) {
|
public void onClick$btnRefresh(Event ev) {
|
||||||
|
|
|
@ -335,7 +335,7 @@
|
||||||
</checkbox>
|
</checkbox>
|
||||||
<image
|
<image
|
||||||
src="/gui/img/Question_mark_1.png"
|
src="/gui/img/Question_mark_1.png"
|
||||||
tooltiptext="${c:l('busquedaConfTotemController.inicioLocalidadePuntoVenta.ajuda')}"
|
tooltiptext="${c:l('busquedaConfTotemController.permiteVendaRapida.ajuda')}"
|
||||||
style="cursor: help" />
|
style="cursor: help" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
</row>
|
</row>
|
||||||
|
|
Loading…
Reference in New Issue