Hi,

While factoring out a dependency on GWT incubator I stumbled upon the
way the animation type is selected in the PopupPanel.

This is what the javadoc says:
/**
   * Sets the animation used to animate this popup. Used by gwt-
incubator to
   * allow DropDownPanel to override the default popup animation. Not
protected
   * because the exact API may change in gwt 1.6.
   *
   * @param animation the animation to use for this popup
   */
  void setAnimation(ResizeAnimation animation) {
    resizeAnimation = animation;
  }

So basically I will have to put my code in the same package if I want
to re-enable the rolldown animation instead of the centered one for
PopupPanel...

David

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to