This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
vmereports-manager-portlet/src/main/java/org/gcube/portlets/user/reportgenerator/client/uibinder/SectionSwitchPanel.ui.xml

12 lines
514 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">
<g:HTMLPanel>
<table>
<tr>
<td><g:Image ui:field="prevButton" styleName="sectionSwitch-button"></g:Image></td>
<td><g:HTML styleName="sectionSwitch" ui:field="display"></g:HTML></td>
<td><g:Image ui:field="nextButton" styleName="sectionSwitch-button"></g:Image></td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>