Author: [EMAIL PROTECTED]
Date: Wed Nov 12 15:59:05 2008
New Revision: 4043

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Tree.java

Log:
undo autoformat damage. Remove accidental getValue() method

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Tree.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Tree.java      
 
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Tree.java      
 
Wed Nov 12 15:59:05 2008
@@ -71,9 +71,12 @@
   * <p>
   * <img class='gallery' src='Tree.png'/>
   * </p>
- * <h3>CSS Style Rules</h3> <ul class='css'> <li>.gwt-Tree { the tree  
itself }</li>
- * <li>.gwt-Tree .gwt-TreeItem { a tree item }</li> <li>.gwt-Tree
- * .gwt-TreeItem-selected { a selected tree item }</li> </ul>
+ * <h3>CSS Style Rules</h3>
+ * <ul class='css'>
+ * <li>.gwt-Tree { the tree itself }</li>
+ * <li>.gwt-Tree .gwt-TreeItem { a tree item }</li>
+ * <li>.gwt-Tree .gwt-TreeItem-selected { a selected tree item }</li>
+ * </ul>
   * <p>
   * <h3>Example</h3>
   * [EMAIL PROTECTED] com.google.gwt.examples.TreeExample}
@@ -160,11 +163,8 @@
    }

    private static final int OTHER_KEY_DOWN = 63233;
-
    private static final int OTHER_KEY_LEFT = 63234;
-
    private static final int OTHER_KEY_RIGHT = 63235;
-
    private static final int OTHER_KEY_UP = 63232;

    static native boolean shouldTreeDelegateFocusToElement(Element elem) /*-{
@@ -465,10 +465,6 @@

    public int getTabIndex() {
      return FocusPanel.impl.getTabIndex(focusable);
-  }
-
-  public TreeItem getValue() {
-    return getSelectedItem();
    }

    public boolean isAnimationEnabled() {

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

Reply via email to