blob: 5d365e6ff135a2f278f63f3de21b85de3f6e4642 [file] [log] [blame]
<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'
xmlns:e='urn:import:com.google.gwt.editor.ui.client'>
<ui:style src="../common.css" />
<g:FlowPanel>
<dt:NameLabel ui:field="nameLabel" stylePrimaryName="{style.editField}" />
<g:Button ui:field="choose">Choose Randomly</g:Button>
<g:Button ui:field="clear">Clear</g:Button>
</g:FlowPanel>
</ui:UiBinder>