com.izforge.izpack.panels.userinput.processorclient
Interface ProcessingClient

All Superinterfaces:
Configurable
All Known Implementing Classes:
PasswordGroup, ValuesProcessingClient

public interface ProcessingClient
extends Configurable

Implement this interface in any class that wants to use processing or validation services.

Version:
0.0.1 / 2/22/03
Author:
Elmar Grom
See Also:
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

getNumFields

int getNumFields()
Returns the number of sub-fields.

Returns:
the number of sub-fields

getFieldContents

String getFieldContents(int index)
Returns the contents of the field indicated by index.

Parameters:
index - the index of the sub-field from which the contents is requested.
Returns:
the contents of the indicated sub-field.
Throws:
IndexOutOfBoundsException - if the index is out of bounds.

getValues

String[] getValues()

getText

String getText()
Returns the field contents.

Returns:
the field contents


Copyright © 2018. All rights reserved.