Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GXT-2.2.3 の ListView コンポーネントを使用し、さまざまなオプションを試して選択を無効にしました。それを行う方法はありますか?
私はListView.setEnabled(false);あなたのために仕事をすべきだと思います。
ListView.setEnabled(false);
これが機能しない場合は、Selectイベントのリスナーを追加し、ListViewの選択を null に設定できますが、これは選択を無効にするのではなく、元に戻します。
Select
ListView