performfish-analytics-portlet/src/main/java/org/gcube/portlets/user/performfishanalytics/client/viewannualbinder/DeaAnnualPanelResult.ui.xml

108 lines
4.0 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>
.paddingLeft {
padding-left: 10px;
}
</ui:style>
<g:HTMLPanel ui:field="field_html_panel" addStyleNames="the_margin">
<g:VerticalPanel ui:field="field_parameters">
<g:VerticalPanel ui:field="field_parameters_container"
addStyleNames="the_margin_top_bottom">
<b:Label text="Parameters"></b:Label>
</g:VerticalPanel>
</g:VerticalPanel>
<g:VerticalPanel ui:field="field_results"
addStyleNames="the_margin_top_bottom">
<g:VerticalPanel ui:field="field_deanalanlysis_algorithm_request"
addStyleNames="the_margin_top_bottom">
<b:Label text="DEA ANALYSIS Request"></b:Label>
<g:FlowPanel ui:field="alert_info" />
<g:HorizontalPanel ui:field="uib_vp_deanalanlysis_request_container"
verticalAlignment="ALIGN_MIDDLE">
<g:VerticalPanel>
<g:Label addStyleNames="the_margin_left">Input KPI</g:Label>
<b:ControlGroup ui:field="cg_list_dea_input_kpi">
<b:Controls>
<b:InputAddOn>
<b:ListBox ui:field="list_dea_input_kpi"
multipleSelect="true" addStyleNames="the_margin_left the_select_custom"
height="100px">
</b:ListBox>
<b:appendWidget>
</b:appendWidget>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
</g:VerticalPanel>
<g:VerticalPanel horizontalAlignment="ALIGN_CENTER"
width="36px">
<b:Button size="MINI" ui:field="uib_add_to_input_kpi"
title="Add to input KPI" />
<b:Button size="MINI" ui:field="uib_remove_from_input_kpi"
title="Remove from input KPI" />
<b:Button size="MINI" ui:field="uib_reset_input_kpi"
title="Reset input KPI" />
</g:VerticalPanel>
<g:VerticalPanel>
<g:Label>KPI</g:Label>
<b:ControlGroup ui:field="cg_list_dea_kpi">
<b:Controls>
<b:InputAddOn>
<g:HorizontalPanel verticalAlignment="ALIGN_MIDDLE">
<b:ListBox ui:field="list_dea_kpi" multipleSelect="true"
addStyleNames="the_select_custom" height="100px">
</b:ListBox>
</g:HorizontalPanel>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
</g:VerticalPanel>
<g:VerticalPanel horizontalAlignment="ALIGN_CENTER"
verticalAlignment="ALIGN_MIDDLE" width="36px">
<b:Button size="MINI" ui:field="uib_add_to_output_kpi"
title="Add to output KPI" />
<b:Button size="MINI" ui:field="uib_remove_from_output_kpi"
title="Remove from output KPI" />
<b:Button size="MINI" ui:field="uib_reset_output_kpi"
title="Reset output KPI" />
</g:VerticalPanel>
<g:VerticalPanel>
<g:Label>Output KPI</g:Label>
<b:ControlGroup ui:field="cg_list_dea_output_kpi">
<b:Controls>
<b:InputAddOn>
<b:ListBox addStyleNames="the_select_custom"
ui:field="list_dea_output_kpi" multipleSelect="true" height="100px">
</b:ListBox>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
</g:VerticalPanel>
</g:HorizontalPanel>
<g:HorizontalPanel width="100%"
horizontalAlignment="ALIGN_CENTER">
<b:Button type="DEFAULT" text="Run Analysis" ui:field="button_dea_analys_request" />
</g:HorizontalPanel>
<g:FlowPanel ui:field="alert_error" />
</g:VerticalPanel>
<g:VerticalPanel ui:field="uib_vp_deanalanlysis_algorithm"
addStyleNames="the_margin_top_bottom" visible="false">
<b:Label text="DEA ANALYSIS Results" type="INFO"></b:Label>
<g:HorizontalPanel verticalAlignment="ALIGN_TOP"
horizontalAlignment="ALIGN_LEFT">
<g:VerticalPanel ui:field="uib_vp_deanalanlysis_algorithm_container"
addStyleNames="the_margin_left" horizontalAlignment="ALIGN_LEFT">
</g:VerticalPanel>
</g:HorizontalPanel>
</g:VerticalPanel>
</g:VerticalPanel>
</g:HTMLPanel>
</ui:UiBinder>