Package muntjac :: Package ui :: Module tree
[hide private]
[frames] | no frames]

Module tree

source code

Used to select an item (or multiple items) from a hierarchical set of items.

Classes [hide private]
  Tree
Tree component.
  TreeDragMode
Supported drag modes for Tree.
  ExpandEvent
Event to fired when a node is expanded.
  IExpandListener
Expand event listener.
  CollapseEvent
Collapse event
  ICollapseListener
Collapse event listener.
  IItemStyleGenerator
IItemStyleGenerator can be used to add custom styles to tree items.
  TreeTargetDetails
A TargetDetails implementation with Tree specific api.
  TreeTransferable
Concrete implementation of DataBoundTransferable for data transferred from a tree.
  TreeDropCriterion
Lazy loading accept criterion for Tree.
  TargetItemAllowsChildren
A criterion that accepts Transferable only directly on a tree node that can have children.
  TargetInSubtree
An accept criterion that checks the parent node (or parent hierarchy) for the item identifier given in constructor.
Functions [hide private]
 
EXPAND_METHOD(self, event)
A node has been expanded.
source code
 
COLLAPSE_METHOD(self, event)
A node has been collapsed.
source code
Variables [hide private]
  __package__ = 'muntjac.ui'
Function Details [hide private]

EXPAND_METHOD(self, event)

source code 

A node has been expanded.

Parameters:
  • event - the expand event.

COLLAPSE_METHOD(self, event)

source code 

A node has been collapsed.

Parameters:
  • event - the collapse event.