blob: 6ae0e5b9c56f45732ec07a5efc5551a3160df983 [file] [log] [blame]
<!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"
xmlns:cv='urn:import:com.google.gwt.user.cellview.client'>
<ui:style>
.table {
width: 100%;
}
</ui:style>
<g:HTMLPanel>
<cv:CellTable ui:field="table" stylePrimaryName="{style.table}" />
</g:HTMLPanel>
</ui:UiBinder>