|
|||||||||
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 | |
---|---|
java.lang.String |
getFieldContents(int index)
Returns the contents of the field indicated by index . |
int |
getNumFields()
Returns the number of sub-fields. |
java.lang.String |
getText()
Returns the field contents. |
java.util.Map<java.lang.String,java.lang.String> |
getValidatorParams()
Returns the validator parameters, if any. |
boolean |
hasParams()
|
Method Detail |
---|
int getNumFields()
java.lang.String getFieldContents(int index)
index
.
index
- the index of the sub-field from which the contents is requested.
java.lang.IndexOutOfBoundsException
- if the index is out of bounds.java.lang.String getText()
boolean hasParams()
java.util.Map<java.lang.String,java.lang.String> getValidatorParams()
hasParams()
method prior to invoking this method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |