Uses of Annotation Interface
de.espirit.common.Default
Package
Description
-
Uses of Default in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeMethodDescriptionAbstractGomFormElement.getAllowEmpty()
Indicates, whether the form element allows to stay empty.GomFormElement.getAllowEmpty()
Indicates, whether leaving the form empty is allowed.AbstractGomFormElement.getConvertEntities()
Provides the mode for entity conversions.AbstractGomFormElement.getHFill()
Indicates, whether to horizontally fill a form by this form element.AbstractGomFormElement.getHidden()
Indicates, whether this form element is visible in the form.GomFormElement.getHidden()
Indicates, whether the component will be hidden or shown.AbstractGomFormElement.getNoBreak()
Indicates, whether the next form element should follow in the same line as this one.AbstractGomFormElement.getPreset()
Provides the mode for handling preset value for this form element.GomFormElement.getPreset()
Get the mode to be applied for fallback values.AbstractGomFormElement.getSearchRelevancy()
Provides the relevancy level of this GOM element's value wrt. indexing.GomSearchRelevancy.getSearchRelevancy()
Provides the relevancy level of this GOM element's value wrt. searching.AbstractGomFormElement.getUseLanguages()
Indicates, whether to have separate values in different languages. -
Uses of Default in de.espirit.firstspirit.store.operations
Modifier and TypeMethodDescriptionvoid
SaveOperation.setComment
(@Nullable String comment) Defines the comment to be used for saving.void
SaveOperation.setRecursionEnabled
(boolean enable) Defines, whether child elements should be saved, too.void
SaveOperation.setValidationEnabled
(boolean enable) Defines, whether validation shall be performed on the element's data. -
Uses of Default in de.espirit.firstspirit.ui.operations
Modifier and TypeMethodDescriptionvoid
ShowFormDialogOperation.setContextElement
(@Nullable IDProvider element) Store element providing the context in which the form is displayed.void
ShowFormDialogOperation.setDefaults
(FormData defaults) Set data, which are handled a default values, i.e., data that will be applied, if no values have been manually orinitially
been set.void
ShowFormDialogOperation.setDisabled
(boolean disabled) Define, whether the form should be disabled.void
ShowFormDialogOperation.setFormData
(@Nullable FormData data) Set data to be loaded initially to the form.void
ShowFormDialogOperation.setModified
(boolean modified) Define, whether the form should initially be marked modified.void
ShowFormDialogOperation.setMultiLanguage
(boolean active) Define, whether to allow for a multiple language form.void
Set the text for the OK action of the form.void
ShowFormDialogOperation.setPreselectedLanguage
(@Nullable Language language) Sets a preselected languagevoid
ShowFormDialogOperation.setRuleset
(@NotNull String rulesetDefinition) Set the ruleset to be used by providing an XML-based definition.void
Set the title for the form's dialog.void
ShowFormDialogOperation.setValidation
(boolean active) Define, whether to validate the form on confirmation.