public class RollupStateAdapter extends java.lang.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<java.lang.Void> |
getExpandedChanged() |
CallableWithArgs<java.lang.Void> |
getExpandedChangeVetoed() |
CallableWithArgs<org.apache.pivot.util.Vote> |
getPreviewExpandedChange() |
org.apache.pivot.util.Vote |
previewExpandedChange(org.apache.pivot.wtk.Rollup arg0) |
void |
setExpandedChanged(CallableWithArgs<java.lang.Void> expandedChanged) |
void |
setExpandedChangeVetoed(CallableWithArgs<java.lang.Void> expandedChangeVetoed) |
void |
setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange) |
public CallableWithArgs<org.apache.pivot.util.Vote> getPreviewExpandedChange()
public CallableWithArgs<java.lang.Void> getExpandedChangeVetoed()
public CallableWithArgs<java.lang.Void> getExpandedChanged()
public void setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange)
public void setExpandedChangeVetoed(CallableWithArgs<java.lang.Void> expandedChangeVetoed)
public void setExpandedChanged(CallableWithArgs<java.lang.Void> expandedChanged)
public org.apache.pivot.util.Vote previewExpandedChange(org.apache.pivot.wtk.Rollup arg0)
previewExpandedChange
in interface org.apache.pivot.wtk.RollupStateListener
public void expandedChangeVetoed(org.apache.pivot.wtk.Rollup arg0, org.apache.pivot.util.Vote arg1)
expandedChangeVetoed
in interface org.apache.pivot.wtk.RollupStateListener
public void expandedChanged(org.apache.pivot.wtk.Rollup arg0)
expandedChanged
in interface org.apache.pivot.wtk.RollupStateListener