0
我有這個簡單的模板UiBinder的:GWT - 更換DockLayoutPanel的<g:center>在UiBinder的動態
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style>
</ui:style>
<g:DockLayoutPanel unit="EM">
<g:north size="10">
<g:Label>Header</g:Label>
</g:north>
<g:center>
<g:Label ui:field="placeholder"></g:Label>
</g:center>
<g:south size="2.5">
<g:Label>Footer</g:Label>
</g:south>
</g:DockLayoutPanel>
</ui:UiBinder>
我想這樣做動態是<g:center>
當應用程序狀態的變化更換內容。問題是,我應該使用哪種類型的字段作爲佔位符?
謝謝,聽起來像一個不錯的解決方案。 – helpermethod 2011-03-21 09:22:26