AdmMono/web/gui/seguridad/api/limparCacheApi.zul

45 lines
1.4 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="winLimparCacheApi"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk>
<window id="winLimparCacheApi" border="normal"
apply="${limparCacheApiController}" width="350px" height="130px"
contentStyle="overflow:auto"
title="${c:l('limparCacheAPI.title')}">
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnFechar" height="20"
image="/gui/img/exit.png" width="35px"
onClick="winLimparCacheApi.detach()"
tooltiptext="${c:l('limparCacheApiController.btnFechar.tooltiptext')}" />
</hbox>
</toolbar>
<grid>
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label id="lbTipo"
value="${c:l('limparCacheApiController.lbTipo.value')}" />
<combobox id="cmbItem"
mold="rounded" buttonVisible="true" width="100%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winLimparCacheApi$composer.lsCachesApiEnum}"
/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnRecarregar" image="/gui/img/find.png"
label="${c:l('limparCacheApiController.btnRecarregar.value')}"/>
</toolbar>
</window>
</zk>