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

29 lines
998 B
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>
.simple-panel-style {
border: medium;
border-color: black;
}
</ui:style>
<g:HTMLPanel width="100%">
<b:Row>
<b:Column size="5" ui:field="leftPanel">
<g:VerticalPanel width="100%" height="100%"
styleName="{style.simple-panel-style}"></g:VerticalPanel>
</b:Column>
<b:Column size="2" ui:field="centralPanel">
<g:VerticalPanel>
<b:Button icon="ANGLE_RIGHT"></b:Button>
<b:Button icon="DOUBLE_ANGLE_RIGHT"></b:Button>
<b:Button icon="ANGLE_LEFT"></b:Button>
</g:VerticalPanel>
</b:Column>
<b:Column size="7" ui:field="rightPanel">
<g:VerticalPanel width="100%" height="100%"
styleName="{style.simple-panel-style}"></g:VerticalPanel>
</b:Column>
</b:Row>
</g:HTMLPanel>
</ui:UiBinder>