Groovy Documentation

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

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

public class CalendarButtonSelectionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure selectedDateChanged

 
Constructor Summary
CalendarButtonSelectionAdapter()

 
Method Summary
Closure getSelectedDateChanged()

void selectedDateChanged(org.apache.pivot.wtk.CalendarButton arg0, org.apache.pivot.util.CalendarDate arg1)

void setSelectedDateChanged(Closure selectedDateChanged)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

selectedDateChanged

private Closure selectedDateChanged


 
Constructor Detail

CalendarButtonSelectionAdapter

CalendarButtonSelectionAdapter()


 
Method Detail

getSelectedDateChanged

public Closure getSelectedDateChanged()


selectedDateChanged

public void selectedDateChanged(org.apache.pivot.wtk.CalendarButton arg0, org.apache.pivot.util.CalendarDate arg1)


setSelectedDateChanged

public void setSelectedDateChanged(Closure selectedDateChanged)


 

Groovy Documentation