public class ExpanderAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ExpanderListener
| Constructor and Description | 
|---|
| ExpanderAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | collapsibleChanged(org.apache.pivot.wtk.Expander arg0) | 
| void | contentChanged(org.apache.pivot.wtk.Expander arg0,
              org.apache.pivot.wtk.Component arg1) | 
| void | expandedChanged(org.apache.pivot.wtk.Expander arg0) | 
| void | expandedChangeVetoed(org.apache.pivot.wtk.Expander arg0,
                    org.apache.pivot.util.Vote arg1) | 
| CallableWithArgs<Void> | getCollapsibleChanged() | 
| CallableWithArgs<Void> | getContentChanged() | 
| CallableWithArgs<Void> | getExpandedChanged() | 
| CallableWithArgs<Void> | getExpandedChangeVetoed() | 
| CallableWithArgs<org.apache.pivot.util.Vote> | getPreviewExpandedChange() | 
| CallableWithArgs<Void> | getTitleChanged() | 
| org.apache.pivot.util.Vote | previewExpandedChange(org.apache.pivot.wtk.Expander arg0) | 
| void | setCollapsibleChanged(CallableWithArgs<Void> collapsibleChanged) | 
| void | setContentChanged(CallableWithArgs<Void> contentChanged) | 
| void | setExpandedChanged(CallableWithArgs<Void> expandedChanged) | 
| void | setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed) | 
| void | setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange) | 
| void | setTitleChanged(CallableWithArgs<Void> titleChanged) | 
| void | titleChanged(org.apache.pivot.wtk.Expander arg0,
            String arg1) | 
public CallableWithArgs<Void> getTitleChanged()
public CallableWithArgs<Void> getContentChanged()
public CallableWithArgs<Void> getCollapsibleChanged()
public CallableWithArgs<org.apache.pivot.util.Vote> getPreviewExpandedChange()
public CallableWithArgs<Void> getExpandedChangeVetoed()
public CallableWithArgs<Void> getExpandedChanged()
public void setTitleChanged(CallableWithArgs<Void> titleChanged)
public void setContentChanged(CallableWithArgs<Void> contentChanged)
public void setCollapsibleChanged(CallableWithArgs<Void> collapsibleChanged)
public void setPreviewExpandedChange(CallableWithArgs<org.apache.pivot.util.Vote> previewExpandedChange)
public void setExpandedChangeVetoed(CallableWithArgs<Void> expandedChangeVetoed)
public void setExpandedChanged(CallableWithArgs<Void> expandedChanged)
public void titleChanged(org.apache.pivot.wtk.Expander arg0,
                         String arg1)
titleChanged in interface org.apache.pivot.wtk.ExpanderListenerpublic void contentChanged(org.apache.pivot.wtk.Expander arg0,
                           org.apache.pivot.wtk.Component arg1)
contentChanged in interface org.apache.pivot.wtk.ExpanderListenerpublic void collapsibleChanged(org.apache.pivot.wtk.Expander arg0)
collapsibleChanged in interface org.apache.pivot.wtk.ExpanderListenerpublic org.apache.pivot.util.Vote previewExpandedChange(org.apache.pivot.wtk.Expander arg0)
previewExpandedChange in interface org.apache.pivot.wtk.ExpanderListenerpublic void expandedChangeVetoed(org.apache.pivot.wtk.Expander arg0,
                                 org.apache.pivot.util.Vote arg1)
expandedChangeVetoed in interface org.apache.pivot.wtk.ExpanderListenerpublic void expandedChanged(org.apache.pivot.wtk.Expander arg0)
expandedChanged in interface org.apache.pivot.wtk.ExpanderListener