Uses of Interface
org.makumba.forms.html.CalendarEditorProvider

Packages that use CalendarEditorProvider
org.makumba Public API for makumba application programmers. 
org.makumba.forms.html   
 

Uses of CalendarEditorProvider in org.makumba
 

Methods in org.makumba that return CalendarEditorProvider
static CalendarEditorProvider MakumbaSystem.getCalendarProvider()
          Get the default calendar editor.
 

Uses of CalendarEditorProvider in org.makumba.forms.html
 

Classes in org.makumba.forms.html that implement CalendarEditorProvider
 class KruseCalendarEditor
          Implements a calendar editor via a chose pop-up using the library of Matt Kurse - http://www.mattkruse.com/javascript/calendarpopup/
 

Methods in org.makumba.forms.html that return CalendarEditorProvider
static CalendarEditorProvider KruseCalendarEditor.getInstance()