AdmMono/web/gui/ingreso/busquedaIngreso.zul

70 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaTipoEventoExtra"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winBusquedaTipoEventoExtra" title="${c:l('busquedaTipoEventoExtraController.window.title')}"
apply="${busquedaTipoEventoExtraController}" contentStyle="overflow:auto"
height="450px" width="850px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaTipoEventoExtraController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaTipoEventoExtraController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaTipoEventoExtra.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaTipoEventoExtraController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<!--row>
<label value="${c:l('busquedaTipoEventoExtraController.idTipoEventoExtra.label')}"/>
<intbox id="idTipoEventoExtra" width="100px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row-->
<row>
<label value="${c:l('busquedaTipoEventoExtraController.nombre.label')}"/>
<textbox id="txtNombre" width="282px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarTipoEventoExtraController.Operacion.label')}"/>
<combobox id="cmbIndOperacion" width="45%" mold="rounded" buttonVisible="true" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
selectedItem="@{winEditarTipoEventoExtra$composer.tipoEventoExtra.indoperacion, converter='com.rjconsultores.ventaboletos.web.utilerias.StringToShortConverter'}">
<comboitem value="1" label="${c:l('editarTipoEventoExtraController.rd1.label')}" />
<comboitem value="2" label="${c:l('editarTipoEventoExtraController.rd2.label')}" />
<comboitem value="3" label="${c:l('editarTipoEventoExtraController.rd3.label')}" />
</combobox>
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaTipoEventoExtraController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingTipoEventoExtra" pageSize="15"/>
<listbox id="tipoEventoExtraList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="false">
<listhead sizable="true">
<listheader id="lhId" width="70px" image="/gui/img/builder.gif" sort="auto(tipoeventoextraId)"
label="${c:l('busquedaTipoEventoExtraController.lhId.label')}"
/>
<listheader id="lhDesc" image="/gui/img/create_doc.gif" sort="auto(descTipoEvento)"
label="${c:l('busquedaTipoEventoExtraController.lhDesc.label')}"
/>
<listheader image="/gui/img/create_doc.gif" width="100px" sort="auto(indoperacion)"
label="${c:l('editarTipoEventoExtraController.Operacion.label')}"
/>
</listhead>
</listbox>
</window>
</zk>