|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessingClient
Implement this interface in any class that wants to use processing or validation services.
Processor,
Validator| Method Summary | |
|---|---|
String |
getFieldContents(int index)
Returns the contents of the field indicated by index. |
int |
getNumFields()
Returns the number of sub-fields. |
String |
getText()
Returns the field contents. |
String[] |
getValues()
|
| Methods inherited from interface com.izforge.izpack.api.data.Configurable |
|---|
addConfigurationOption, getConfigurationOption, getConfigurationOptionValue, getConfigurationOptionValue, getConfigurationOptionValue, getNames |
| Method Detail |
|---|
int getNumFields()
String getFieldContents(int index)
index.
index - the index of the sub-field from which the contents is requested.
IndexOutOfBoundsException - if the index is out of bounds.String[] getValues()
String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||