Community
Participate
Working Groups
I didn't investigated if it's possible to change the "increment" values on the web client in RAP, but I think that at least the set(Page)Increment and get(Page)Increment methods should be available like in SWT, because: 1. It makes single sourcing easier. 2. From my point of view this is only a "hint" - it's up to the window manager to respect that values, even in SWT 3. No application will fail if the given values are not taken into account (at least I can't think of any) A proper implementation should at least save the increment from setIncrement(int) and return it in getIncrement().
*** Bug 381218 has been marked as a duplicate of this bug. ***
Also ScrollBar#setValues is missing.
New Gerrit change created: https://git.eclipse.org/r/160965
(In reply to Ivan Furnadjiev from comment #2) > Also ScrollBar#setValues is missing. Could you give me a short review on the gerrit? thanks!