blob: c17a18cb7980e3b0288cf59828ae16f10d21ef0d [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.gss" />
<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>