| uk.org.ponder.rsf.evolvers.DateInputEvolver
DateInputEvolver | public interface DateInputEvolver (Code) | | The interface to a family of evolvers which allow the input of a date
value.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
evolveDateInput | public UIJointContainer evolveDateInput(UIInput toevolve, Date value)(Code) | | Construct a date input control, with the binding information specified by
the supplied UIInput, and the initial value supplied as value .
|
evolveDateInput | public UIJointContainer evolveDateInput(UIInput toevolve)(Code) | | Construct a date input control, with the initial value taken from the binding
information in the supplied UIInput.
|
|
|