Groovy Documentation

griffon.pivot.support.adapters
[Java] Class TreeViewBranchAdapter

java.lang.Object
  griffon.pivot.support.adapters.TreeViewBranchAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.TreeViewBranchListener

public class TreeViewBranchAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure branchCollapsed

private Closure branchExpanded

 
Constructor Summary
TreeViewBranchAdapter()

 
Method Summary
void branchCollapsed(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)

void branchExpanded(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)

Closure getBranchCollapsed()

Closure getBranchExpanded()

void setBranchCollapsed(Closure branchCollapsed)

void setBranchExpanded(Closure branchExpanded)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

branchCollapsed

private Closure branchCollapsed


branchExpanded

private Closure branchExpanded


 
Constructor Detail

TreeViewBranchAdapter

TreeViewBranchAdapter()


 
Method Detail

branchCollapsed

public void branchCollapsed(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)


branchExpanded

public void branchExpanded(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)


getBranchCollapsed

public Closure getBranchCollapsed()


getBranchExpanded

public Closure getBranchExpanded()


setBranchCollapsed

public void setBranchCollapsed(Closure branchCollapsed)


setBranchExpanded

public void setBranchExpanded(Closure branchExpanded)


 

Groovy Documentation