public class RollupStateAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.RollupStateListener
| Constructor and Description | 
|---|
| RollupStateAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | expandedChanged(org.apache.pivot.wtk.Rollup arg0) | 
| void | expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0,
                    org.apache.pivot.util.Vote arg1) | 
| CallableWithArgs<Void> | getExpandedChanged() | 
| CallableWithArgs<Void> | getExpandedChangeVetoed() | 
| CallableWithArgs<org.apache.pivot.util.Vote> | getPreviewExpandedChange() | 
| org.apache.pivot.util.Vote | previewExpandedChange(org.apache.pivot.wtk.Rollup arg0) | 
| void | setExpandedChanged(CallableWithArgs<Void> expandedChanged) | 
| void | setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed) | 
| void | setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange) | 
public CallableWithArgs<org.apache.pivot.util.Vote> getPreviewExpandedChange()
public CallableWithArgs<Void> getExpandedChangeVetoed()
public CallableWithArgs<Void> getExpandedChanged()
public void setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange)
public void setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed)
public void setExpandedChanged(CallableWithArgs<Void> expandedChanged)
public org.apache.pivot.util.Vote previewExpandedChange(org.apache.pivot.wtk.Rollup arg0)
previewExpandedChange in interface org.apache.pivot.wtk.RollupStateListenerpublic void expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0,
                                 org.apache.pivot.util.Vote arg1)
expandedChangeVetoed in interface org.apache.pivot.wtk.RollupStateListenerpublic void expandedChanged(org.apache.pivot.wtk.Rollup arg0)
expandedChanged in interface org.apache.pivot.wtk.RollupStateListener