sky.engine.form
Interface Form
- All Known Implementing Classes:
- BaseForm, ConsoleForm, HttpForm, HttpImageForm
- public interface Form
destroy
public void destroy()
- administrative functions
validate
public void validate()
throws Message
- Throws:
Message
clear
public void clear()
execute
public void execute()
throws Message
- Throws:
Message
addField
public void addField(Field f)
throws Message
- field manipulation functions
- Throws:
Message
popField
public void popField(Field f)
throws Message
- Throws:
Message
getField
public Field getField(java.lang.String name)
throws Message
- Throws:
Message
getFields
public java.util.Hashtable getFields()
throws Message
- Throws:
Message
getFieldCount
public int getFieldCount()
throws Message
- Throws:
Message