data-miner-manager-tester/src/main/java/org/gcube/portlets/user/dataminermanagertester/client/application/testbatchconfig/TestBatchConfView.ui.xml

40 lines
1.8 KiB
XML
Executable File

<!-- @Author Giancarlo Panichi -->
<!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:m="urn:import:gwt.material.design.client.ui"
xmlns:ma="urn:import:gwt.material.design.addins.client" xmlns:m.table="urn:import:gwt.material.design.client.ui.table"
xmlns:m.html="urn:import:gwt.material.design.client.ui.html">
<ui:with field="res"
type="org.gcube.portlets.user.dataminermanagertester.client.resources.AppResources" />
<m:MaterialPanel textAlign="CENTER" paddingTop="60"
paddingLeft="20" paddingRight="20">
<m:MaterialTitle title="Batch" description="Set DataMiners info" />
<m:MaterialTextArea ui:field="dms" title="DataMiners"
placeholder="dataminer1-d-d4s.d4science.org,dataminer2-d-d4s.d4science.org..."
label="DataMiners" active="true" grid="s12" />
<m:MaterialTextBox ui:field="token" title="Token"
placeholder="" label="Token" active="true" grid="s12" />
<m:MaterialListBox ui:field="protocolType" placeholder="Protocol type">
<m.html:Option text="Protocol" />
</m:MaterialListBox>
<m:MaterialListBox ui:field="testType" placeholder="Test type">
<m.html:Option text="Test" />
</m:MaterialListBox>
<m:MaterialButton ui:field="run" text="Run" waves="LIGHT"
textColor="WHITE" iconType="STARS" iconPosition="LEFT" />
<m:MaterialTextArea ui:field="result" visible="false"
label="Test Result" resizeRule="AUTO" />
<m.table:MaterialDataTable ui:field="resultsTable"
visible="false" shadow="1" height="400px"
marginBottom="30" marginTop="30" />
<m:MaterialButton ui:field="resultIcon" visible="false"
width="100px" height="100px" type="FLOATING" size="LARGE" iconType="CHECK_CIRCLE" />
</m:MaterialPanel>
</ui:UiBinder>