| uk.org.ponder.rsf.evolvers.BoundedDynamicListInputEvolver
BoundedDynamicListInputEvolver | public interface BoundedDynamicListInputEvolver extends DynamicListInputEvolver(Code) | | A refinement of the
DynamicListInputEvolver that allows restrictions
to be placed on the number of items that can be input.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
setMaximumLength | public void setMaximumLength(int maxlength)(Code) | | Set the maximum number of list elements that the interface will permit
to be displayed
|
setMinimumLength | public void setMinimumLength(int minlength)(Code) | | Set the minimum number of list elements that the interface will permit
to be displayed
|
|
|