AdmMono/web/gui/impressaofiscal/busquedaTotnaofiscalEmpresa...

69 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page title="TotnaofiscalEmpresa" contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaTotnaofiscalEmpresa"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk>
<window id="winBusquedaTotnaofiscalEmpresa" title="${c:l('busquedaTotnaofiscalEmpresaController.window.title')}"
apply="${busquedaTotnaofiscalEmpresaController}" contentStyle="overflow:auto"
height="500px" width="825px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaTotnaofiscalEmpresaController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaTotnaofiscalEmpresaController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaTotnaofiscalEmpresa.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaTotnaofiscalEmpresaController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label value="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaTotnaofiscalEmpresa$composer.lsEmpresas}" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaTotnaofiscalEmpresaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingTotnaofiscalEmpresa" pageSize="20"/>
<listbox id="totnaofiscalEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true"
multiple="false">
<listhead sizable="true">
<listheader width="3%" image="/gui/img/create_doc.gif"
label="${c:l('lb.id')}" sort="auto(fiscaltotnaofiscalId)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" sort="auto(empresa.nombempresa,fiscaltotnaofiscalId)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.tipototalizador.label')}" sort="auto(tipototalizador,fiscaltotnaofiscalId)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.descricao.label')}" sort="auto(descricao,fiscaltotnaofiscalId)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.tipoeventoextra.label')}" sort="auto(tipoeventoextra.descTipoEvento,fiscaltotnaofiscalId)"/>
</listhead>
</listbox>
</window>
</zk>