blob: 5caa3a896a8d5d919a3022dde6a6fb97b670d24e [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:dt='urn:import:com.google.gwt.sample.dynatablerf.client.widgets' >
<ui:style>
.table {
width: 100%;
}
</ui:style>
<g:HTMLPanel>
<dt:TimeSlotListWidget ui:field="timeSlots" stylePrimaryName="{style.table}" />
</g:HTMLPanel>
</ui:UiBinder>