public class CalendarButtonAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.CalendarButtonListener
| Constructor and Description | 
|---|
| CalendarButtonAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disabledDateFilterChanged(org.apache.pivot.wtk.CalendarButton arg0,
                         org.apache.pivot.util.Filter<org.apache.pivot.util.CalendarDate> arg1) | 
| CallableWithArgs<Void> | getDisabledDateFilterChanged() | 
| CallableWithArgs<Void> | getLocaleChanged() | 
| CallableWithArgs<Void> | getMonthChanged() | 
| CallableWithArgs<Void> | getYearChanged() | 
| void | localeChanged(org.apache.pivot.wtk.CalendarButton arg0,
             Locale arg1) | 
| void | monthChanged(org.apache.pivot.wtk.CalendarButton arg0,
            int arg1) | 
| void | setDisabledDateFilterChanged(CallableWithArgs<Void> disabledDateFilterChanged) | 
| void | setLocaleChanged(CallableWithArgs<Void> localeChanged) | 
| void | setMonthChanged(CallableWithArgs<Void> monthChanged) | 
| void | setYearChanged(CallableWithArgs<Void> yearChanged) | 
| void | yearChanged(org.apache.pivot.wtk.CalendarButton arg0,
           int arg1) | 
public CallableWithArgs<Void> getMonthChanged()
public CallableWithArgs<Void> getLocaleChanged()
public CallableWithArgs<Void> getDisabledDateFilterChanged()
public CallableWithArgs<Void> getYearChanged()
public void setMonthChanged(CallableWithArgs<Void> monthChanged)
public void setLocaleChanged(CallableWithArgs<Void> localeChanged)
public void setDisabledDateFilterChanged(CallableWithArgs<Void> disabledDateFilterChanged)
public void setYearChanged(CallableWithArgs<Void> yearChanged)
public void monthChanged(org.apache.pivot.wtk.CalendarButton arg0,
                         int arg1)
monthChanged in interface org.apache.pivot.wtk.CalendarButtonListenerpublic void localeChanged(org.apache.pivot.wtk.CalendarButton arg0,
                          Locale arg1)
localeChanged in interface org.apache.pivot.wtk.CalendarButtonListenerpublic void disabledDateFilterChanged(org.apache.pivot.wtk.CalendarButton arg0,
                                      org.apache.pivot.util.Filter<org.apache.pivot.util.CalendarDate> arg1)
disabledDateFilterChanged in interface org.apache.pivot.wtk.CalendarButtonListenerpublic void yearChanged(org.apache.pivot.wtk.CalendarButton arg0,
                        int arg1)
yearChanged in interface org.apache.pivot.wtk.CalendarButtonListener