Groovy Documentation

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

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

public class RollupStateAdapter
extends Object

Authors:
Andres Almiray


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

expandedChangeVetoed

private Closure expandedChangeVetoed


expandedChanged

private Closure expandedChanged


previewExpandedChange

private Closure previewExpandedChange


 
Constructor Detail

RollupStateAdapter

RollupStateAdapter()


 
Method Detail

expandedChangeVetoed

public void expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0, org.apache.pivot.util.Vote arg1)


expandedChanged

public void expandedChanged(org.apache.pivot.wtk.Rollup arg0)


getExpandedChangeVetoed

public Closure getExpandedChangeVetoed()


getExpandedChanged

public Closure getExpandedChanged()


getPreviewExpandedChange

public Closure getPreviewExpandedChange()


previewExpandedChange

public org.apache.pivot.util.Vote previewExpandedChange(org.apache.pivot.wtk.Rollup arg0)


setExpandedChangeVetoed

public void setExpandedChangeVetoed(Closure expandedChangeVetoed)


setExpandedChanged

public void setExpandedChanged(Closure expandedChanged)


setPreviewExpandedChange

public void setPreviewExpandedChange(Closure previewExpandedChange)


 

Groovy Documentation