| uk.org.ponder.rsf.evolvers.DynamicListInputEvolver
DynamicListInputEvolver | public interface DynamicListInputEvolver extends ListInputEvolver(Code) | | The interface to a family of evolvers allowing input of a dynamically
adjustable list.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
setLabels | public void setLabels(UIBoundString removelabel, UIBoundString addlabel)(Code) | | Parameters: removelabel - The label to be supplied for the controls which remove anitem from the list. Parameters: addlabel - The label to be supplied for the control which adds an itemto the list. |
|
|