|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormContext
The FormContext interface provides access to the current Document shown
in the authoring interface and the state of the form.
| Method Summary | |
|---|---|
Document |
document()
The Document that will be shown in the Authoring interface |
boolean |
isFormReadOnly()
Flag to specify whether the form being viewed in the authoring interface is currently in read or edit mode. |
boolean |
isNew()
Flag that the Document opened in the authoring interface has never been saved. |
| Method Detail |
|---|
Document document()
Document that will be shown in the Authoring interface
Document that will be shown in the Authoring interface, never null.boolean isFormReadOnly()
true if the form is in read mode, otherwise false will be returned
for a form that is in edit mode.boolean isNew()
Document opened in the authoring interface has never been saved.
true if the Document has never been saved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||