ckan-metadata-publisher-widget/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/client/ui/TwinColumnSelection/TwinColumnSelectionMainPane...

43 lines
1.8 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>
.right-vertical-panel {
margin-top: 30px;
margin-left: 0px;
}
</ui:style>
<g:HTMLPanel>
<g:SimplePanel width="100%">
<b:Popover ui:field="popoverResourceSelection" html="true">
<b:Button ui:field="resourceInfoButton" type="LINK" icon="INFO_SIGN" size="LARGE"></b:Button>
</b:Popover>
</g:SimplePanel>
<b:FluidContainer>
<b:FluidRow>
<b:Column size="3" ui:field="leftColumn">
<b:Button enabled="true" type="LINK" ui:field="goRootButton">Root level</b:Button>
<b:Button enabled="true" type="LINK" ui:field="goUpButton">Go up</b:Button>
<g:VerticalPanel ui:field="leftContainer" width="100%">
</g:VerticalPanel>
</b:Column>
<b:Column size="1" ui:field="centralPanel">
<g:VerticalPanel ui:field="buttonsPanel">
<b:Button ui:field="allToRightButton" name="toRight"
enabled="false" title="Move selected files to right" text=">>" />
<b:Button ui:field="toRightButton" name="toRight"
enabled="false" title="Move selected file to the right" text=">" />
<b:Button ui:field="toLeftButton" name="toLeft" enabled="false"
title="Move selected file to the left" text="&lt;" />
<b:Button ui:field="allToLeftButton" name="toRight"
enabled="false" title="Move selected files to left" text="&lt;&lt;" />
</g:VerticalPanel>
</b:Column>
<b:Column size="3" ui:field="rightColumn">
<g:VerticalPanel ui:field="rightContainer"
styleName="{style.right-vertical-panel}" width="100%"></g:VerticalPanel>
</b:Column>
</b:FluidRow>
</b:FluidContainer>
</g:HTMLPanel>
</ui:UiBinder>