aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/PopupView.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-432/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-6/+4
| | | | svn changeset:7387/svn branch:6.0
* fixed bugs and cleaned code that found during fixing #2508Matti Tahvonen2009-02-031-51/+46
| | | | svn changeset:6709/svn branch:trunk
* Implements #2509 PopupView.addListener(PopupVisibilityListener)Marc Englund2009-01-281-0/+103
| | | | svn changeset:6673/svn branch:trunk
* Renamed popup-visibility methods, fixes #2507Marc Englund2009-01-281-4/+18
| | | | svn changeset:6662/svn branch:trunk
* Added setter for popup visibilityRisto Yrjänä2009-01-091-0/+11
| | | | svn changeset:6471/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-021-0/+7
| | | | svn changeset:6398/svn branch:trunk
* Added a switch for hiding the popup on mouse outRisto Yrjänä2008-11-121-0/+25
| | | | svn changeset:5878/svn branch:trunk
* Fixed problems with the new layouts not showingRisto Yrjänä2008-11-121-3/+3
| | | | svn changeset:5877/svn branch:trunk
* Reviewed #1397 and did the following changes/corrections:Joonas Lehtinen2008-09-241-32/+23
| | | | | | | | | - paintContent() does not trigged creation of new editors anymore (if not needed) - existing editors are used, if assigned to component - popupVisibility is changed to be variable (not attribute) - removed setAnimation(). Now allways animates svn changeset:5501/svn branch:trunk
* Changed to comply to Java 1.5 and GWT 1.5, added setAnimation(boolean)Risto Yrjänä2008-09-161-5/+25
| | | | svn changeset:5416/svn branch:trunk
* Added null checks, refactoringRisto Yrjänä2008-08-281-22/+48
| | | | svn changeset:5290/svn branch:trunk
* Fixed out of sync bug + refactoringRisto Yrjänä2008-08-281-7/+14
| | | | svn changeset:5288/svn branch:trunk
* Copied PopupView from incubator to trunkRisto Yrjänä2008-08-211-0/+235
svn changeset:5240/svn branch:trunk