blob: 000f2264b6863168e2ebf766fef8daa5f5be9a39 [file] [log] [blame]
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:SimpleLayoutPanel ui:field="thisView" />
=======
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<<<<<<< HEAD
<g:HTMLPanel>MessageList
</g:HTMLPanel>
>>>>>>> make login page as one part of the overall layout & splite layout to little one
=======
<g:SimplePanel>
<g:HTMLPanel>MessageList
</g:HTMLPanel>
</g:SimplePanel>
>>>>>>> try to integrate the messages list's panel
=======
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:hupa='urn:import:org.apache.hupa.client.ui'>
<g:LayoutPanel>
<g:layer>
<hupa:MessagesCellTable ui:field="table" />
</g:layer>
</g:LayoutPanel>
>>>>>>> make message list view panel work as expected partly
=======
xmlns:hupa='urn:import:org.apache.hupa.client.ui'>
<hupa:MessagesCellTable ui:field="table" />
>>>>>>> adjust to the ui of folder list panel
=======
xmlns:hupa='urn:import:org.apache.hupa.client.ui' xmlns:c='urn:import:com.google.gwt.user.cellview.client'>
<<<<<<< HEAD
<<<<<<< HEAD
<c:DataGrid ui:field="table" />
>>>>>>> deal with onResizeEvent of folder list panel, but found issue #25
=======
<c:DataGrid ui:field="grid" />
>>>>>>> prepare for place management and history controller
=======
<hupa:MessagesCellTable ui:field="grid" />
>>>>>>> try to link the mark actions to rf services
=======
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:SimpleLayoutPanel ui:field="thisView" />
>>>>>>> change message list view to make it not refresh the whole list when click one of the messages
</ui:UiBinder>