Pacote - Cria configuração de pacotes (fixes bug #6041)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@41833 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c002c6b5e2
commit
491f4b8160
|
@ -89,11 +89,6 @@ public class BusquedaConfiguracionItensPacoteController extends MyGenericForward
|
||||||
selecionarItemAdicional(new ItemAdicional());
|
selecionarItemAdicional(new ItemAdicional());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnModificarItem(Event ev) throws InterruptedException {
|
|
||||||
ItemAdicional item = (ItemAdicional) itemAdicionalList.getSelected();
|
|
||||||
selecionarItemAdicional(item);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void onClick$btnPesquisa(Event ev) throws InterruptedException {
|
public void onClick$btnPesquisa(Event ev) throws InterruptedException {
|
||||||
refreshListaItemAdicional();
|
refreshListaItemAdicional();
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,10 +80,7 @@ public class BusquedaConfiguracionTarifasPacoteController extends MyGenericForwa
|
||||||
Labels.getLabel("editarConfiguracionPacoteController.window.title"), args, MODAL);
|
Labels.getLabel("editarConfiguracionPacoteController.window.title"), args, MODAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnModificarTarifa(Event ev) throws InterruptedException {
|
|
||||||
TipoTarifaPacote tarifa = (TipoTarifaPacote) tipoTarifaList.getSelected();
|
|
||||||
selecionarTipoTarifa(tarifa);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void onClick$btnAddTarifa(Event ev) throws InterruptedException {
|
public void onClick$btnAddTarifa(Event ev) throws InterruptedException {
|
||||||
selecionarTipoTarifa(new TipoTarifaPacote());
|
selecionarTipoTarifa(new TipoTarifaPacote());
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
<button id="btnRemoverItem" height="30px" width="35px"
|
<button id="btnRemoverItem" height="30px" width="35px"
|
||||||
image="/gui/img/remove.png"
|
image="/gui/img/remove.png"
|
||||||
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRemoverItem.tooltiptext')}" />
|
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRemoverItem.tooltiptext')}" />
|
||||||
<button id="btnModificarItem" height="30px"
|
|
||||||
label="${c:l('editarConfiguracionPacoteController.btnModificar.value')}" />
|
|
||||||
<button id="btnFechar" image="/gui/img/exit.png" width="35px" height="30px"
|
<button id="btnFechar" image="/gui/img/exit.png" width="35px" height="30px"
|
||||||
onClick="winBusquedaConfiguracionItensPacote.detach()"
|
onClick="winBusquedaConfiguracionItensPacote.detach()"
|
||||||
tooltiptext="${c:l('editarConfiguracionPacoteController.btnFechar.tooltiptext')}" />
|
tooltiptext="${c:l('editarConfiguracionPacoteController.btnFechar.tooltiptext')}" />
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
<button id="btnRemoverTarifa" height="30px" width="35px"
|
<button id="btnRemoverTarifa" height="30px" width="35px"
|
||||||
image="/gui/img/remove.png"
|
image="/gui/img/remove.png"
|
||||||
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRemoverTarifa.tooltiptext')}" />
|
tooltiptext="${c:l('editarConfiguracionPacoteController.btnRemoverTarifa.tooltiptext')}" />
|
||||||
<button id="btnModificarTarifa" height="30px"
|
|
||||||
label="${c:l('editarConfiguracionPacoteController.btnModificar.value')}" />
|
|
||||||
<button id="btnFechar" image="/gui/img/exit.png" width="35px" height="30px"
|
<button id="btnFechar" image="/gui/img/exit.png" width="35px" height="30px"
|
||||||
onClick="winBusquedaConfiguracionTarifasPacote.detach()"
|
onClick="winBusquedaConfiguracionTarifasPacote.detach()"
|
||||||
tooltiptext="${c:l('editarConfiguracionPacoteController.btnFechar.tooltiptext')}" />
|
tooltiptext="${c:l('editarConfiguracionPacoteController.btnFechar.tooltiptext')}" />
|
||||||
|
|
Loading…
Reference in New Issue