Subversion Repository Public Repository

litesoft

Diff Revisions 886 vs 887 for /trunk/mobileGWT/mgwt/src/main/java/com/googlecode/mgwt/ui/client/widget/impl/ScrollPanelIE9Impl.java

Diff revisions: vs.
  @@ -100,7 +100,7 @@
100 100 * <p>
101 101 * Constructor for ScrollPanelTouchImpl.
102 102 * </p>
103 - *
103 + *
104 104 * @param css a {@link com.googlecode.mgwt.ui.client.theme.base.ScrollPanelCss} object.
105 105 */
106 106 public ScrollPanelIE9Impl(ScrollPanelCss css) {
  @@ -161,7 +161,7 @@
161 161
162 162 /*
163 163 * (non-Javadoc)
164 - *
164 + *
165 165 * @see com.google.gwt.user.client.ui.HasWidgets#add(com.google.gwt.user.client.ui.Widget)
166 166 */
167 167 /** {@inheritDoc} */
  @@ -175,7 +175,7 @@
175 175
176 176 /*
177 177 * (non-Javadoc)
178 - *
178 + *
179 179 * @see
180 180 * com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#setWidget(com.google.gwt.user.client
181 181 * .ui.IsWidget)
  @@ -188,7 +188,7 @@
188 188
189 189 /*
190 190 * (non-Javadoc)
191 - *
191 + *
192 192 * @see com.google.gwt.user.client.ui.Composite#getWidget()
193 193 */
194 194 /** {@inheritDoc} */
  @@ -199,7 +199,7 @@
199 199
200 200 /*
201 201 * (non-Javadoc)
202 - *
202 + *
203 203 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#refresh()
204 204 */
205 205 /**
  @@ -217,7 +217,7 @@
217 217
218 218 /*
219 219 * (non-Javadoc)
220 - *
220 + *
221 221 * @see com.google.gwt.user.client.ui.Composite#setWidget(com.google.gwt.user.client.ui.Widget)
222 222 */
223 223 /** {@inheritDoc} */
  @@ -529,7 +529,7 @@
529 529
530 530 /*
531 531 * (non-Javadoc)
532 - *
532 + *
533 533 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#setPosition(int, int)
534 534 */
535 535 /** {@inheritDoc} */
  @@ -576,7 +576,7 @@
576 576
577 577 /*
578 578 * (non-Javadoc)
579 - *
579 + *
580 580 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#scrollTo(int, int, int)
581 581 */
582 582 /** {@inheritDoc} */
  @@ -636,7 +636,7 @@
636 636 }
637 637
638 638 /**
639 - *
639 + *
640 640 */
641 641 public int getMaxScrollY() {
642 642 return getClientHeight(main.getElement()) - getWidgetToScrollHeight();
  @@ -644,7 +644,7 @@
644 644 }
645 645
646 646 /**
647 - *
647 + *
648 648 */
649 649 private int getMaxScrollX() {
650 650 return getClientWidth(main.getElement()) - getWidgetToScrollWidth() - offsetX;
  @@ -664,7 +664,7 @@
664 664 private final int dist;
665 665
666 666 /**
667 - *
667 + *
668 668 */
669 669 public Momentum(int dist, int time) {
670 670 this.dist = dist;
  @@ -708,14 +708,14 @@
708 708
709 709 /*
710 710 * (non-Javadoc)
711 - *
711 + *
712 712 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#isScrollingEnabledX()
713 713 */
714 714 /**
715 715 * <p>
716 716 * isScrollingEnabledX
717 717 * </p>
718 - *
718 + *
719 719 * @return a boolean.
720 720 */
721 721 public boolean isScrollingEnabledX() {
  @@ -724,7 +724,7 @@
724 724
725 725 /*
726 726 * (non-Javadoc)
727 - *
727 + *
728 728 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#setScrollingEnabledX(boolean)
729 729 */
730 730 /** {@inheritDoc} */
  @@ -734,14 +734,14 @@
734 734
735 735 /*
736 736 * (non-Javadoc)
737 - *
737 + *
738 738 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#isScrollingEnabledY()
739 739 */
740 740 /**
741 741 * <p>
742 742 * isScrollingEnabledY
743 743 * </p>
744 - *
744 + *
745 745 * @return a boolean.
746 746 */
747 747 public boolean isScrollingEnabledY() {
  @@ -750,7 +750,7 @@
750 750
751 751 /*
752 752 * (non-Javadoc)
753 - *
753 + *
754 754 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#setScrollingEnabledY(boolean)
755 755 */
756 756 /** {@inheritDoc} */
  @@ -760,7 +760,7 @@
760 760
761 761 /*
762 762 * (non-Javadoc)
763 - *
763 + *
764 764 * @see com.google.gwt.user.client.ui.HasWidgets#clear()
765 765 */
766 766 /** {@inheritDoc} */
  @@ -773,7 +773,7 @@
773 773
774 774 /*
775 775 * (non-Javadoc)
776 - *
776 + *
777 777 * @see com.google.gwt.user.client.ui.HasWidgets#iterator()
778 778 */
779 779 /** {@inheritDoc} */
  @@ -784,7 +784,7 @@
784 784
785 785 /*
786 786 * (non-Javadoc)
787 - *
787 + *
788 788 * @see com.google.gwt.user.client.ui.HasWidgets#remove(com.google.gwt.user.client.ui.Widget)
789 789 */
790 790 /** {@inheritDoc} */
  @@ -799,7 +799,7 @@
799 799
800 800 /*
801 801 * (non-Javadoc)
802 - *
802 + *
803 803 * @see com.googlecode.mgwt.ui.client.widget.impl.ScrollPanelImpl#setOffset(int, int)
804 804 */
805 805 /** {@inheritDoc} */
  @@ -977,7 +977,6 @@
977 977 return null;
978 978 }
979 979
980 - @Override
981 980 public void setHideScrollBar(boolean hideScrollBar) {
982 981 // TODO Auto-generated method stub
983 982