comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 28:dfdb927b137d

Improved the main menu - added further buttons (clickable labels). flys-client/trunk@1428 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 08 Mar 2011 16:20:34 +0000
parents e4155a6833a9
children 44c63e7fd0d0
comparison
equal deleted inserted replaced
27:e4155a6833a9 28:dfdb927b137d
126 currentUser = user; 126 currentUser = user;
127 } 127 }
128 128
129 129
130 /** 130 /**
131 * Returns the project list.
132 */
133 public ProjectList getProjectList() {
134 return projectList;
135 }
136
137
138 /**
131 * This method creates a new CollectionView and adds it to the workspace. 139 * This method creates a new CollectionView and adds it to the workspace.
132 */ 140 */
133 public void newProject() { 141 public void newProject() {
134 // TODO Call the REST service to create a new Collection 142 // TODO Call the REST service to create a new Collection
135 // TODO Use the UUID of the Collection to add a new CollectionView! 143 // TODO Use the UUID of the Collection to add a new CollectionView!

http://dive4elements.wald.intevation.org