All Downloads are FREE. Search and download functionalities are using the official Maven repository.

metainfo.zk.lang-addon.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2023 Dynamia Soluciones IT S.A.S - NIT 900302344-1
  ~ Colombia / South America
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<language-addon>
    <addon-name>dynamia-tools</addon-name>
    <language-name>xul/html</language-name>


    <!-- Global Css -->

    <stylesheet href="/static/dynamia-tools/css/colors.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/animate.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/flex.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/grid.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/commons.css?v=${project.version}" type="text/css"/>

    <!-- ZK specific Css -->
    <stylesheet href="/static/dynamia-tools/css/zk-dynamia-tools.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-bootstrap.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-viewers.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-form-view.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-multi-view.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-table-view.css?v=${project.version}" type="text/css"/>
    <stylesheet href="/static/dynamia-tools/css/zk-listbox-colors.css?v=${project.version}" type="text/css"/>


    <javascript src="/static/dynamia-tools/js/dynamia-tools.js?v=${project.version}"/>


    <component>
        <component-name>iconbox</component-name>
        <component-class>tools.dynamia.zk.ui.Iconbox</component-class>
        <widget-class>zul.inp.Combobox</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>

        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
    </component>


    <component>
        <component-name>uploadlink</component-name>
        <component-class>tools.dynamia.zk.ui.Uploadlink</component-class>
        <widget-class>zul.wgt.Toolbarbutton</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>uploadedFile</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onFileUploaded</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>uploadedFile</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onFileUploaded</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/toolbarbutton.js</mold-uri>
            <css-uri>css/toolbar.css.dsp</css-uri>
        </mold>
    </component>

    <component>
        <component-name>iconimage</component-name>
        <component-class>tools.dynamia.zk.ui.IconImage</component-class>
        <widget-class>zul.wgt.Span</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>src</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/span.js</mold-uri>
        </mold>
        <preserve-blank/>
    </component>

    <component>
        <component-name>coollabel</component-name>
        <component-class>tools.dynamia.zk.ui.CoolLabel</component-class>
        <widget-class>zul.wgt.Div</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>title</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onTitleChanged</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>title</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onTitleChanged</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>


    <component>
        <component-name>providerpickerbox</component-name>
        <component-class>tools.dynamia.zk.ui.ProviderPickerBox
        </component-class>
        <widget-class>zul.inp.Combobox</widget-class>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
    </component>

    <component>
        <component-name>import</component-name>
        <component-class>tools.dynamia.zk.ui.Import</component-class>
        <widget-class>zul.wgt.Div</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>src</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>src</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>


    <component>
        <component-name>enumiconimage</component-name>
        <component-class>tools.dynamia.zk.ui.EnumIconImage</component-class>
        <widget-class>zul.wgt.Span</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/span.js</mold-uri>
        </mold>
        <preserve-blank/>
    </component>

    <component>
        <component-name>iconimagenotnull</component-name>
        <component-class>tools.dynamia.zk.ui.IconImageNotNull
        </component-class>
        <widget-class>zul.wgt.Span</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/span.js</mold-uri>
        </mold>
        <preserve-blank/>
    </component>


    <component>
        <component-name>dayweekbox</component-name>
        <component-class>tools.dynamia.zk.ui.DayWeekbox</component-class>
        <widget-class>zul.inp.Combobox</widget-class>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
    </component>

    <component>
        <component-name>providermultipickerbox</component-name>
        <component-class>tools.dynamia.zk.ui.ProviderMultipickerBox</component-class>
        <widget-class>zul.inp.Bandbox</widget-class>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/bandbox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/bandbox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
    </component>


    <component>
        <component-name>daterangebox</component-name>
        <component-class>tools.dynamia.zk.ui.DateRangebox</component-class>
        <extends>span</extends>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/span.js</mold-uri>
        </mold>
        <preserve-blank/>
    </component>

    <component>
        <component-name>calculator</component-name>
        <component-class>tools.dynamia.zk.ui.Calculator</component-class>
        <widget-class>zul.wgt.Div</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onOK</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onOK</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>


    <component>
        <component-name>decimalboxcalculator</component-name>
        <component-class>tools.dynamia.zk.ui.DecimalboxCalculator</component-class>
        <extends>span</extends>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/span.js</mold-uri>
        </mold>
        <preserve-blank/>
    </component>

    <component>
        <component-name>dateselector</component-name>
        <component-class>tools.dynamia.zk.ui.DateSelector</component-class>
        <extends>div</extends>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>

    <component>
        <component-name>actionpanel</component-name>
        <component-class>tools.dynamia.zk.actions.ActionPanel</component-class>
        <widget-class>zul.wgt.Div</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>actions</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>actions</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>

    <component>
        <component-name>actiontoolbar</component-name>
        <component-class>tools.dynamia.zk.actions.ActionToolbar</component-class>
        <widget-class>zul.wgt.Toolbar</widget-class>

        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>actions</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>actions</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>

        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/toolbar.js</mold-uri>
            <css-uri>css/toolbar.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>panel</mold-name>
            <mold-uri>mold/toolbarpanel.js</mold-uri>
            <css-uri>css/toolbar.css.dsp</css-uri>
        </mold>
    </component>
    <component>
        <component-name>skincombobox</component-name>
        <component-class>tools.dynamia.zk.ui.SkinCombobox</component-class>
        <widget-class>zul.inp.Combobox</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
    </component>
    <component>
        <component-name>entitypicker</component-name>
        <component-class>tools.dynamia.zk.crud.ui.EntityPickerBox</component-class>
        <extends>span</extends>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
    </component>

    <component>
        <component-name>multientitypicker</component-name>
        <component-class>tools.dynamia.zk.crud.ui.MultiEntityPicker</component-class>
        <widget-class>zul.wgt.Div</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selectedEntities</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selectedEntities</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>


    <component>
        <component-name>entityrefpicker</component-name>
        <component-class>tools.dynamia.zk.crud.ui.EntityReferencePickerBox</component-class>
        <widget-class>zul.inp.Bandbox</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selectedId</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selectedId</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
        <mold>
            <mold-name>rounded</mold-name>
            <mold-uri>mold/combobox.js</mold-uri>
            <css-uri>css/combo.css.dsp</css-uri>
        </mold>
    </component>

    <component>
        <component-name>entityreflabel</component-name>
        <component-class>tools.dynamia.zk.crud.ui.EntityReferenceLabel</component-class>
        <widget-class>zul.wgt.Label</widget-class>
        <text-as>value</text-as>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>referenceId</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>referenceId</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/label.js</mold-uri>
        </mold>
    </component>

    <component>
        <component-name>entitylink</component-name>
        <component-class>tools.dynamia.zk.crud.ui.EntityLink</component-class>
        <text-as>value</text-as>
        <extends>a</extends>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>entity</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onChange</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>entity</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onChange</attribute-value>
            </attribute>
        </annotation>
    </component>
    <component>
        <component-name>viewer</component-name>
        <component-class>tools.dynamia.zk.viewers.ui.Viewer</component-class>
        <widget-class>zul.wgt.Div</widget-class>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onValueChanged</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>value</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onValueChanged</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>

    <component>
        <component-name>durationselector</component-name>
        <component-class>tools.dynamia.zk.ui.DurationSelector</component-class>
        <extends>div</extends>
        <annotation>
            <annotation-name>default-bind</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>access</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>save-when</attribute-name>
                <attribute-value>self.onSelect</attribute-value>
            </attribute>
        </annotation>
        <annotation>
            <annotation-name>ZKBIND</annotation-name>
            <property-name>selected</property-name>
            <attribute>
                <attribute-name>ACCESS</attribute-name>
                <attribute-value>both</attribute-value>
            </attribute>
            <attribute>
                <attribute-name>SAVE_EVENT</attribute-name>
                <attribute-value>onSelect</attribute-value>
            </attribute>
        </annotation>
        <mold>
            <mold-name>default</mold-name>
            <mold-uri>mold/div.js</mold-uri>
        </mold>
    </component>

</language-addon>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy