Groovy Documentation

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

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

public class CalendarSelectionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure selectedDateChanged

 
Constructor Summary
CalendarSelectionAdapter()

 
Method Summary
Closure getSelectedDateChanged()

void selectedDateChanged(org.apache.pivot.wtk.Calendar 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

CalendarSelectionAdapter

CalendarSelectionAdapter()


 
Method Detail

getSelectedDateChanged

public Closure getSelectedDateChanged()


selectedDateChanged

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


setSelectedDateChanged

public void setSelectedDateChanged(Closure selectedDateChanged)


 

Groovy Documentation