ItEr30S12ProcuraOrganizacionsTraballoItEr29S14: Set default option in combobox of filters

This commit is contained in:
Diego Pino Garcia 2009-10-19 09:41:54 +02:00 committed by Javier Moran Rua
parent f9ef5df385
commit 23c4e9ee40

View file

@ -40,8 +40,9 @@
<vbox>
<hbox>
<!-- Filter by label -->
<combobox id="cbFilterType">
<comboitem label="Filter by Label" />
<combobox id="cbFilterType" value="${i18n:_('Filter by Label')}"
constraint="no empty:${i18n:_('cannot be null or empty')}">
<comboitem label="${i18n:_('Filter by Label')}" />
</combobox>
<bandboxSearch id="bdFilter" finder="LabelBandboxFinder"
model="@{orderElementTreeController.labels}"/>