|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.result.FormResult
org.torweg.pulse.result.ExtendedFormResult
public class ExtendedFormResult
A FormResult extended by a success-flag.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.result.FormResult |
|---|
FormResult.FormFieldResult, FormResult.FormFieldStatus |
| Constructor Summary | |
|---|---|
ExtendedFormResult()
The default constructor. |
|
ExtendedFormResult(boolean flag,
java.util.Collection<? extends FormResult.FormFieldResult> fields)
The constructor that sets the success-flag and the FormFieldResults. |
|
| Method Summary | |
|---|---|
boolean |
isSuccess()
Returns the success-flag, indicating whether the form was parsed successfully. |
ExtendedFormResult |
setSuccess(boolean flag)
Sets the success-flag, indicating whether the form was parsed successfully. |
| Methods inherited from class org.torweg.pulse.result.FormResult |
|---|
getFormFieldResult, getFormFieldResults, setFormFieldResults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedFormResult()
public ExtendedFormResult(boolean flag,
java.util.Collection<? extends FormResult.FormFieldResult> fields)
FormFieldResults.
flag - the success-flag to setfields - the FormFieldResults to set| Method Detail |
|---|
public final boolean isSuccess()
public final ExtendedFormResult setSuccess(boolean flag)
flag - the success-flag to set
ExtendedFormResult itself
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||