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

32 lines
1.2 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">
<g:HTMLPanel>
<b:ControlGroup ui:field="cg_parameter">
<b:ControlLabel>Parameter</b:ControlLabel>
<b:Controls>
<b:InputAddOn prependText="Type:" addStyleNames="my-prepend-width">
<b:ListBox name="Select the Type of Parameter..." b:id="field_select_parameter"
ui:field="field_select_parameter" addStyleNames="my-select-width">
</b:ListBox>
</b:InputAddOn>
</b:Controls>
<b:Controls>
<b:InputAddOn prependText="Key:" ui:field="keyFieldPrepend"
addStyleNames="my-prepend-width">
<b:TextBox addStyleNames="my-input-width" />
</b:InputAddOn>
</b:Controls>
<b:Controls>
<b:InputAddOn addStyleNames="my-prepend-width"
prependText="Value:" ui:field="valueFieldPrepend">
<b:TextBox addStyleNames="my-input-width" />
</b:InputAddOn>
</b:Controls>
<b:Controls>
<b:Button icon="REMOVE_SIGN" title="Remove Parameter" text="Remove Parameter"
ui:field="removeCustomField" type="LINK"></b:Button>
</b:Controls>
</b:ControlGroup>
</g:HTMLPanel>
</ui:UiBinder>