画面レイアウトにいくつかのコンテナウィジェットを使用しています。コンテナを拡張して「onClick」イベントを発生させ、次のように実行できるようにする必要があります。
<screen>
<container name="customer-list" ..>
<!-- some content over here -->
</container>
<action:behaviors>
<action:when widget-event="customer-list.onClick">
<!-- some actions here -->
</action:when>
</action:behaviors>
</screen>