ws-task-executor-widget/src/main/java/org/gcube/portlets/widgets/wstaskexecutor/client/view/binder/MonitorFolderTaskExecutionS...

69 lines
2.7 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>
.noBorder {
border: 0px;
}
</ui:style>
<g:VerticalPanel>
<g:HTMLPanel ui:field="form_monitor_task">
<g:HTMLPanel ui:field="field_loader">
</g:HTMLPanel>
<g:HTMLPanel>
<g:HorizontalPanel ui:field="field_times"></g:HorizontalPanel>
</g:HTMLPanel>
<b:ProgressBar type="DEFAULT" color="INFO" percent="0"
ui:field="progress_percentage" />
<!-- <g:HorizontalPanel addStyleNames="myMarginLeft"> -->
<!-- <b:ControlGroup ui:field="cg_number_error" addStyleNames="myLittleMarginLeft"> -->
<!-- <b:ControlLabel for="cl_number_error">Number of Errors</b:ControlLabel> -->
<!-- <b:Controls> -->
<!-- <b:TextBox b:id="field_number_error" ui:field="field_number_error" -->
<!-- readOnly="true" addStyleNames="myLittleWidth"></b:TextBox> -->
<!-- </b:Controls> -->
<!-- </b:ControlGroup> -->
<!-- </g:HorizontalPanel> -->
<b:Form type="HORIZONTAL" addStyleNames="myFormWidth"
ui:field="field_form">
<b:Fieldset styleName="{style.noBorder}">
<!-- <b:ControlGroup ui:field="cg_status"> -->
<!-- <b:ControlLabel for="cl_status">Status</b:ControlLabel> -->
<!-- <b:Controls> -->
<!-- <b:TextBox b:id="field_status" ui:field="field_status" -->
<!-- readOnly="true" addStyleNames="{style.myWidth}"></b:TextBox> -->
<!-- </b:Controls> -->
<!-- </b:ControlGroup> -->
<b:ControlGroup ui:field="cg_computation_info">
<b:ControlLabel for="cl_computation_info">Computation Info</b:ControlLabel>
<b:Controls>
<b:TextArea b:id="field_computation_info" ui:field="field_computation_info"
readOnly="true" addStyleNames="textAreaWidth"></b:TextArea>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_current_message">
<b:ControlLabel for="cl_current_message">Computation Message</b:ControlLabel>
<b:Controls>
<b:TextArea b:id="field_current_message" ui:field="field_current_message"
readOnly="true" addStyleNames="textAreaWidth"></b:TextArea>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_history_messages">
<b:ControlLabel for="cl_history_messages">Computation History</b:ControlLabel>
<b:Controls>
<b:TextArea b:id="field_history_messages" ui:field="field_history_messages"
readOnly="true" addStyleNames="textAreaWidth"></b:TextArea>
</b:Controls>
</b:ControlGroup>
</b:Fieldset>
</b:Form>
</g:HTMLPanel>
<b:Pager left="" right="Close Monitor" aligned="true"
ui:field="pager" />
</g:VerticalPanel>
</ui:UiBinder>