()
| 381 | |
| 382 | /// {@inheritDoc} |
| 383 | @Override |
| 384 | public boolean isScrollableY() { |
| 385 | return (getScrollDimension().getHeight() > getHeight() || isAlwaysTensile()) && getHeight() > 0 && (fixedSelection < FIXED_NONE_BOUNDRY) && |
| 386 | orientation != HORIZONTAL; |
| 387 | } |
| 388 | |
| 389 | /// {@inheritDoc} |
| 390 | @Override |