为什么DeckPanel没有';我没有在UiBinder中显示任何内容,GWT?

为什么DeckPanel没有';我没有在UiBinder中显示任何内容,GWT?,gwt,uibinder,Gwt,Uibinder,只有TabBar可见,DeckPanel什么也没显示 是不是因为DeckPanel只在怪癖模式下工作 Gwt文档没有说明DeckPanel支持哪种浏览器模式 我改成了DeckLayoutPanel…,但什么也没发生。我找到了答案,只有一行代码 <g:TabBar ui:field="mainTabPanel" /> <g:DeckPanel ui:field="mainDeckPanel" > <g:Label text="test"/> </

只有TabBar可见,DeckPanel什么也没显示

是不是因为DeckPanel只在怪癖模式下工作

Gwt文档没有说明DeckPanel支持哪种浏览器模式


我改成了DeckLayoutPanel
,但什么也没发生。

我找到了答案,只有一行代码

<g:TabBar ui:field="mainTabPanel" />
<g:DeckPanel ui:field="mainDeckPanel" >
     <g:Label text="test"/>
</g:DeckPanel>  
我做到了

mainDeckPanel.showWidget(0);