|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.weft.configurator.ConfiguratorParam
A parameter for a configurator. Essentially a device for converting XML nodes into widgets.
| Field Summary | |
protected java.lang.String |
dflt
my default value |
protected java.lang.String |
help
my helptext, if any |
protected boolean |
mandatory
whether my value is mandatory |
protected java.lang.String |
name
my name |
protected java.util.Vector |
options
my options, if any |
protected java.lang.String |
prompt
my prompt, if different from my name |
protected int |
size
my visible size |
| Constructor Summary | |
ConfiguratorParam(Node spec)
create me in accordance with this specification |
|
| Method Summary | |
protected Widget |
getWidget()
Construct a widget which can prompt for values for this parameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String dflt
protected java.lang.String help
protected java.lang.String name
protected java.lang.String prompt
protected java.util.Vector options
protected boolean mandatory
protected int size
| Constructor Detail |
public ConfiguratorParam(Node spec)
throws InitialisationException
spec - an Element which specifies me
InitialisationException - if it isn't well formed| Method Detail |
protected Widget getWidget()
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||