| java.lang.Object org.tp23.antinstaller.input.OutputField org.tp23.antinstaller.input.InputField
All known Subclasses: org.tp23.antinstaller.input.UnvalidatedTextInput, org.tp23.antinstaller.input.CheckboxInput, org.tp23.antinstaller.input.OSSpecific, org.tp23.antinstaller.input.TargetInput, org.tp23.antinstaller.input.SelectInput, org.tp23.antinstaller.input.ValidatedTextInput, org.tp23.antinstaller.input.DateInput, org.tp23.antinstaller.input.HiddenPropertyInput, org.tp23.antinstaller.input.ConditionalField, org.tp23.antinstaller.input.LargeSelectInput,
InputField | abstract public class InputField extends OutputField (Code) | | Object representation of an inputField XML Element
Also used to hold data of the results of the installer questions
author: Paul Hinds version: $Id: InputField.java,v 1.4 2006/12/07 02:50:27 teknopaul Exp $ |
InputField | public InputField()(Code) | | |
getInputResult | public String getInputResult()(Code) | | Returns the input result if there is one and if this is a PropertyField
String |
isEditted | public boolean isEditted()(Code) | | |
setDefaultValue | public void setDefaultValue(String defaultValue)(Code) | | |
setEditted | public void setEditted(boolean editted)(Code) | | |
setInputResult | public void setInputResult(String inputResult)(Code) | | |
|
|