Currently, the plan is to make DropDownPanel an impl class once date picker is moved to GWT. Here is the argument for making it part of the public API instead:
- DropDownPanel is a very useful panel type. - As DropDownPanel will be used for date box,suggest box, and drop down list box, the GWT team will already be fully supporting the code base. - The public API is very small. In specific DropDownPanel has a single additional public method added to popup panel. - DropDownPanel has a unique animation class for the drop-down effect. It would be disruptive to users if that animation style was available only for only GWT core widgets. -- "There are only 10 types of people in the world: Those who understand binary, and those who don't" --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
