uk.org.ponder.rsf.evolvers |
An RSF "evolver" is a specialised kind of component producer that represents
a reusable "widget" or UI component. An evolver is represented by its production
interface, which generally accepts a "seed" component of one of the concrete RSF
component types specifying its binding behaviour.
|
Java Source File Name | Type | Comment |
BoundedDynamicListInputEvolver.java | Interface | A refinement of the
DynamicListInputEvolver that allows restrictions
to be placed on the number of items that can be input. |
DateInputEvolver.java | Interface | The interface to a family of evolvers which allow the input of a date
value. |
DynamicListInputEvolver.java | Interface | The interface to a family of evolvers allowing input of a dynamically
adjustable list. |
FormatAwareDateInputEvolver.java | Interface | A date input evolved that is capable of being adjusted for various styles
of input. |
ListInputEvolver.java | Interface | The interface to a family of evolvers allowing input of a list of
values. |
SelectEvolver.java | Interface | |
TextInputEvolver.java | Interface | The interface to a family of evolvers for text controls, with the same
binding structure as UIInput. |