|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionResult
The ActionResult of an AuthoringAction can display messages to the user and control
the state of the form on the next load via its AuthoringDirective
| Method Summary | |
|---|---|
AuthoringDirective |
directive()
The directive to perform now that the AuthoringAction has completed its processing. |
Localized |
errorMessage()
Return a Localized |
Localized |
successMessage()
Return a Localized |
Localized |
warningMessage()
Return a Localized |
| Method Detail |
|---|
AuthoringDirective directive()
AuthoringDirectiveLocalized errorMessage()
Localized error message that will be shown in the authoring interface. If null
is returned no error message will be shown.
- Returns:
Localized message or null
Localized warningMessage()
Localized warning message that will be shown in the authoring interface. If null
is returned no warning message will be shown.
- Returns:
Localized message or null
Localized successMessage()
Localized success message that will be shown in the authoring interface. If null
is returned no success message will be shown.
- Returns:
Localized message or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||