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.
このフィルタ アイコンを別のフィルタ アイコンに変更したいのですが、この方法を試しましsetFilterButtonProperties(newButton); たが、うまくいきません。
setFilterButtonProperties(newButton);
ここに私が変えたいイメージがあります。
これを試してみてください
Button newButton=new Button(""); newButton.setSize("18px", "18px"); newButton.setIcon("[SKIN]/RecordEditor/add.png"); listGrid.setFilterButtonProperties(newButton);
注:必要に応じて、アイコンのパスとサイズを変更してください。