blob: 2e81a407ac6c7d5be9da9111624738a876902ae7 [file] [log] [blame]
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:style
type="com.google.gwt.sample.dynatablerf.client.widgets.FavoritesWidget.Style">
.header {
font-weight: bold;
}
.favorite {
cursor: pointer;
}
</ui:style>
<g:HTMLPanel>
<g:Label>Favorites</g:Label>
<hr />
<g:FlowPanel ui:field="container" />
</g:HTMLPanel>
</ui:UiBinder>