Ticket #1846 (closed enhancement: fixed)
Rename methods in Scrollable interface
| Reported by: | Matti Tahvonen | Owned by: | Matti Tahvonen |
|---|---|---|---|
| Priority: | major | Milestone: | User Interface Library 5.2.5 |
| Component: | Server-side framework | Version: | 5.2.4 |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
Currently methods are like this:
getScrollOffsetY()
Change them (for consistency with GWT and other GUI frameworks) to be like this:
getScrollTop()
As Panel is the only known implementing class, we can do this API change safely and leave old function names as deprecated.
Change History
Note: See
TracTickets for help on using
tickets.
