|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormData in de.espirit.firstspirit.access |
---|
Methods in de.espirit.firstspirit.access that return FormData | |
---|---|
FormData |
GuiScriptContext.showForm()
Opens a dialog showing the whole form of the underlying GuiScriptContext.getScript() without language tabs
and returns the FormData resulting on user input. |
FormData |
GuiScriptContext.showForm(boolean showLanguages)
Opens a dialog showing the whole form of the underlying GuiScriptContext.getScript()
and returns the FormData resulting on user input. |
FormData |
GuiScriptContext.showForm(boolean showLanguages,
String name)
Opens a dialog showing a sub part (specified by given name) of the form of the underlying GuiScriptContext.getScript()
and returns the FormData resulting on user input. |
Uses of FormData in de.espirit.firstspirit.access.editor.fslist |
---|
Subinterfaces of FormData in de.espirit.firstspirit.access.editor.fslist | |
---|---|
interface |
IdProvidingFormData
FS_LIST Interface definition for form data providing an unique identifier . |
Uses of FormData in de.espirit.firstspirit.access.link |
---|
Methods in de.espirit.firstspirit.access.link that return FormData | |
---|---|
FormData |
Link.getFormData()
Gets the formdata container for this link. |
Methods in de.espirit.firstspirit.access.link with parameters of type FormData | |
---|---|
void |
Link.setFormData(FormData formData)
Sets the given formdata container for this link. |
Uses of FormData in de.espirit.firstspirit.access.store |
---|
Methods in de.espirit.firstspirit.access.store that return FormData | |
---|---|
FormData |
IDProvider.getMetaFormData()
Returns the formdata container of this element or null if there is no meta data template defined for project. |
Methods in de.espirit.firstspirit.access.store with parameters of type FormData | |
---|---|
void |
IDProvider.setMetaFormData(FormData formData)
Sets the given formdata container of this element. |
Uses of FormData in de.espirit.firstspirit.access.store.pagestore |
---|
Methods in de.espirit.firstspirit.access.store.pagestore that return FormData | |
---|---|
FormData |
DataProvider.getFormData()
Gets the formdata container of this element. |
Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type FormData | |
---|---|
void |
DataProvider.setFormData(FormData formData)
Sets the given formdata container of this element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |