Package | Description |
---|---|
com.xalys.xgl.tree |
Modifier and Type | Method and Description |
---|---|
Tree<E> |
Tree.closeContextMenu() |
Tree<E> |
TreeDragSource.getSource() |
Tree<E> |
TreeDropTarget.getTargetWidget() |
Tree<E> |
Tree.setActive(E node) |
protected Tree<E> |
Tree.setActive(com.xalys.xgl.tree.Tree.TreeNodeWidget li) |
Tree<E> |
Tree.setContextMenuGenerator(TreeContextMenuGenerator<E> contextMenuGenerator) |
Tree<E> |
Tree.setExpanded(E node) |
Tree<E> |
Tree.switchState(E node) |
Tree<E> |
Tree.switchState(E node,
boolean animate) |
protected Tree<E> |
Tree.switchState(com.xalys.xgl.tree.Tree.TreeNodeWidget li,
boolean animate) |
Modifier and Type | Method and Description |
---|---|
protected ContextMenuHandler<Tree<E>> |
Tree.getContextMenuHandler() |
Modifier and Type | Method and Description |
---|---|
void |
TreeDropTarget.attach(Tree<E> targetWidget) |
void |
TreeDragSource.attach(Tree<E> source) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Tree.addContextMenuHandler(ContextMenuHandler<Tree<E>> contextMenuHandler,
EventPhase eventPhase) |
void |
TreeDragSource.onMouseDown(MouseDownEvent<Tree<E>> event) |
void |
TreeDragSource.onMouseMove(MouseMoveEvent<Tree<E>> event) |
void |
TreeDragSource.onMouseUp(MouseUpEvent<Tree<E>> event) |
Copyright © 2018 Xalys. All rights reserved.