|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TreeViewBranchAdapter
public class TreeViewBranchAdapter extends Object
| 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 |
|---|
private Closure branchCollapsed
private Closure branchExpanded
| Constructor Detail |
|---|
TreeViewBranchAdapter()
| Method Detail |
|---|
public void branchCollapsed(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)
public void branchExpanded(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1)
public Closure getBranchCollapsed()
public Closure getBranchExpanded()
public void setBranchCollapsed(Closure branchCollapsed)
public void setBranchExpanded(Closure branchExpanded)
Groovy Documentation