我想在单击选项卡时获取选项卡文本。我这样做:
tabPanel.addSelectionHandler(new SelectionHandler<Integer>() {
@Override
public void onSelection(SelectionEvent<Integer> event) {
//get the tabtext here
}
});
但我只得到索引。