comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 4604:488db475613d

Add methods to hide and show the manage projects button of the header It should be possible to show the manage projects button only if the ProjectList is hidden. Therefore add methods to allow to show and hide the button.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 30 Nov 2012 10:00:39 +0100
parents 7b8063c2d589
children c0a275c581fb
comparison
equal deleted inserted replaced
4603:7b8063c2d589 4604:488db475613d
535 public void openProjectList() { 535 public void openProjectList() {
536 if (this.projectList != null) { 536 if (this.projectList != null) {
537 this.projectList.show(); 537 this.projectList.show();
538 } 538 }
539 } 539 }
540
541 public void hideHeaderProjectButton() {
542 this.header.hideProjectButton();
543 }
544
545 public void shoHeaderProjectButton() {
546 this.header.showProjectButton();
547 }
540 } 548 }
541 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 549 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org