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.
tabPanelの特定のタブ用に独自の.gwt-TabBarItemスタイルを作成したいと思います。しかし、スタイルを設定する方法がわかりません。
誰かがアイデアを持っていますか?
グリーツ
コードで、foo はタブ ウィジェットです。
foo.setPrimaryStyleName("my-TabBarItem");
次に、CSS ファイルで次のようにします。
.my-TabBarItem { }