实体信息操作

数据工具扩展组件提供一个 UI 操作,用于展示选中实体的系统信息。系统信息包含实体名称、Java 类、数据库表、唯一标识以及实体 特性 中系统属性的值。

示例:

entity info action 2

用 Studio 可以为数据网格添加此操作,在 界面设计器 中选中数据网格,然后点击组件面板的 Add → Actions → Action,并在 Add Action 对话框中选择 datatl_showEntityInfo。示例:

<dataGrid id="usersDataGrid" ...>
    <actions>
        ...
        <action id="showEntityInfo" type="datatl_showEntityInfo"/>
    </actions>

Entity information 操作显示在数据网格的右键菜单中:

entity info action 1
如需使用该操作,用户需要有数据工具扩展组件提供的 datatools-entity-info 资源角色。