You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB
XML

<!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:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
/* Add CSS here. See the GWT docs on UI Binder for more details */
.thetitle {
font-weight: bold;
font-size: 18px;
}
.theMarginTop50 {
margin-top: 50px;
}
</ui:style>
<g:HTMLPanel>
<g:VerticalPanel ui:field="recapPanel">
<g:Label styleName="{style.thetitle}">
Selected KPIs
</g:Label>
</g:VerticalPanel>
<g:VerticalPanel ui:field="errorPanelSubmit">
</g:VerticalPanel>
<g:VerticalPanel styleName="{style.theMarginTop50}">
<b:Button ui:field="uib_butt_descriptive_statistics" text="Descriptive Statistics" name="BOXPLOT" addStyleNames="the_margin_top" enabled="false"></b:Button>
<b:Button ui:field="uib_butt_speedometer" text="Speedometer" name="SPEEDOMETER" addStyleNames="the_margin_top" enabled="false"></b:Button>
<b:Button ui:field="uib_butt_scatter_plot" text="Scatter Plot" name="SCATTER" addStyleNames="the_margin_top" enabled="false"></b:Button>
<b:Button ui:field="uib_butt_correlation_analysis" text="Correlation Analysis" name="CORRELATION" addStyleNames="the_margin_top" enabled="false"></b:Button>
</g:VerticalPanel>
</g:HTMLPanel>
</ui:UiBinder>