Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <window xmlns="http://jmix.io/schema/ui/window"
- caption="test"
- focusComponent="testTable">
- <data>
- <collection id="testDc"
- class="com.advance.common.entity.TestEntity">
- <fetchPlan extends="_base"/>
- <loader id="testDl">
- </loader>
- </collection>
- </data>
- <layout expand="testTable" spacing="true">
- <buttonsPanel stylename="valign-center">
- <button id="refreshBtn" caption="Refresh"/>
- </buttonsPanel>
- <treeDataGrid id="testTable"
- dataContainer="testDc"
- hierarchyProperty="parent"
- width="100%">
- <columns>
- <column id="actions">
- <componentRenderer/>
- </column>
- <column id="id"/>
- <column id="name"/>
- <column id="description"/>
- </columns>
- </treeDataGrid>
- </layout>
- </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement