|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.RollupStateAdapter
public class RollupStateAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
expandedChangeVetoed
|
private Closure |
expandedChanged
|
private Closure |
previewExpandedChange
|
| Constructor Summary | |
RollupStateAdapter()
|
|
| Method Summary | |
|---|---|
void
|
expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0, org.apache.pivot.util.Vote arg1)
|
void
|
expandedChanged(org.apache.pivot.wtk.Rollup arg0)
|
Closure
|
getExpandedChangeVetoed()
|
Closure
|
getExpandedChanged()
|
Closure
|
getPreviewExpandedChange()
|
org.apache.pivot.util.Vote
|
previewExpandedChange(org.apache.pivot.wtk.Rollup arg0)
|
void
|
setExpandedChangeVetoed(Closure expandedChangeVetoed)
|
void
|
setExpandedChanged(Closure expandedChanged)
|
void
|
setPreviewExpandedChange(Closure previewExpandedChange)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure expandedChangeVetoed
private Closure expandedChanged
private Closure previewExpandedChange
| Constructor Detail |
|---|
RollupStateAdapter()
| Method Detail |
|---|
public void expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0, org.apache.pivot.util.Vote arg1)
public void expandedChanged(org.apache.pivot.wtk.Rollup arg0)
public Closure getExpandedChangeVetoed()
public Closure getExpandedChanged()
public Closure getPreviewExpandedChange()
public org.apache.pivot.util.Vote previewExpandedChange(org.apache.pivot.wtk.Rollup arg0)
public void setExpandedChangeVetoed(Closure expandedChangeVetoed)
public void setExpandedChanged(Closure expandedChanged)
public void setPreviewExpandedChange(Closure previewExpandedChange)
Groovy Documentation