| uk.org.ponder.rsf.evolvers.TextInputEvolver
All known Subclasses: uk.org.ponder.rsf.evolvers.support.PlainTextInputEvolver,
TextInputEvolver | public interface TextInputEvolver (Code) | | The interface to a family of evolvers for text controls, with the same
binding structure as UIInput.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public String | SEED_ID The standard ID of the "seed" component when positioned within the
branch created by the evolver. |
Method Summary | |
public UIJointContainer | evolveTextInput(UIInput toevolve) Evolve the supplied seed into a branch with the same ID and parent,
containing a component subtree implementing the "widget"/component. |
SEED_ID | public String SEED_ID(Code) | | The standard ID of the "seed" component when positioned within the
branch created by the evolver.
|
evolveTextInput | public UIJointContainer evolveTextInput(UIInput toevolve)(Code) | | Evolve the supplied seed into a branch with the same ID and parent,
containing a component subtree implementing the "widget"/component.
|
|
|