|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SiteStoreVariableFormData
Interface definition for a form data container containing sitestore variables.
SiteStoreFolder.getFormData(),
DataProvider.setFormData(de.espirit.firstspirit.forms.FormData)
| Example how to modify variables of SiteStoreFolder |
| Method Summary | |
|---|---|
FormField<String> |
createVariable(Language language,
String variableName)
Creates a new variable with desired name in this container and return the created form field for the given language. |
FormField<String> |
get(Language language,
String fieldName)
|
void |
removeVariable(String variableName)
Removes the variable with desired name from this container. |
| Methods inherited from interface de.espirit.firstspirit.forms.FormData |
|---|
getForm |
| Method Detail |
|---|
FormField<String> createVariable(Language language,
String variableName)
void removeVariable(String variableName)
@NotNull
FormField<String> get(Language language,
String fieldName)
throws NoSuchFormFieldException
get in interface FormDataNoSuchFormFieldException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||