私のサイトの ListBox ウィジェットはすべてこのように見えます
私のサイトにはありませんが、別のgwtサイトからのものですhttp://examples.roughian.com/index.htm#Widgets~ListBox
これが私の初期化方法です
public static ListBox chartViewBox() {
ListBox listBox = new ListBox();
listBox.setStyleName("listBox");
listBox.addItem("option1");
listBox.addItem("option2");
return listBox;
}
それに基づいて、エラーの余地はあまりありません。これは既知の問題ですか?どんな情報でも大歓迎です。
問題を解決/さらに診断する私の試み:
-使用する listBox.setWidth(width)
-最初のリスト項目としてはるかに長い文字列を使用
どちらのアプローチもボックスのサイズを変更しましたが、ボタンの右側のスペースはそのままです。