我正在使用带有 ui-binder 和 gwt 的 gwtbootstarp3。我无法从下拉列表中选择项目并更新主按钮的文本。 http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#buttonDropdowns
请帮助我如何实现这一目标。
更新
这是我的代码
<b:ListDropDown>
<b:AnchorButton dataToggle="DROPDOWN" ui:field="searchBy" text="Search By"></b:AnchorButton>
<b:DropDownMenu>
<b:AnchorListItem ui:field="searchByTitle" text="Title"></b:AnchorListItem>
<b:AnchorListItem ui:field="searchByAuthor" text="Author"></b:AnchorListItem>
<b:AnchorListItem ui:field="searchByCategory" text="Category"></b:AnchorListItem>
</b:DropDownMenu>
</b:ListDropDown>
目前我正在为单个项目编写 Clickevent,但如果我可以有一个事件会很好ListDropDown