Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.old
Class NavigatorTree

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Tree
              extended by org.nuxeo.ecm.gwt.ui.client.base.old.NavigatorTree
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasFocus, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.SourcesFocusEvents, com.google.gwt.user.client.ui.SourcesKeyboardEvents, com.google.gwt.user.client.ui.SourcesTreeEvents, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>

public class NavigatorTree
extends com.google.gwt.user.client.ui.Tree

Author:
eugen

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
NavigatorTree()
           
NavigatorTree(com.google.gwt.user.client.ui.TreeImages images)
           
NavigatorTree(com.google.gwt.user.client.ui.TreeImages images, boolean useLeafImages)
           
 
Method Summary
 DocumentRef getDocRef(com.google.gwt.user.client.ui.TreeItem item)
           
 DocumentRef getSelected()
           
 void refreshItem(com.google.gwt.user.client.ui.TreeItem item)
           
 void refreshSelected()
           
 void updateTree(com.google.gwt.user.client.ui.TreeItem item)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Tree
add, addFocusListener, addItem, addItem, addItem, addKeyboardListener, addMouseListener, addTreeListener, clear, ensureSelectedItemVisible, getImageBase, getItem, getItemCount, getSelectedItem, getTabIndex, isAnimationEnabled, iterator, onBrowserEvent, remove, removeFocusListener, removeItem, removeItems, removeKeyboardListener, removeTreeListener, setAccessKey, setAnimationEnabled, setFocus, setImageBase, setSelectedItem, setSelectedItem, setTabIndex, treeItemIterator
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigatorTree

public NavigatorTree()

NavigatorTree

public NavigatorTree(com.google.gwt.user.client.ui.TreeImages images,
                     boolean useLeafImages)

NavigatorTree

public NavigatorTree(com.google.gwt.user.client.ui.TreeImages images)
Method Detail

getSelected

public DocumentRef getSelected()

getDocRef

public DocumentRef getDocRef(com.google.gwt.user.client.ui.TreeItem item)

updateTree

public void updateTree(com.google.gwt.user.client.ui.TreeItem item)

refreshSelected

public void refreshSelected()

refreshItem

public void refreshItem(com.google.gwt.user.client.ui.TreeItem item)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.