Package | Description |
---|---|
de.espirit.firstspirit.access.store.templatestore.gom |
Modifier and Type | Method and Description |
---|---|
static YesNo |
YesNo.from(boolean bool)
Factory to provide the matching enum from a boolean value.
|
YesNo |
AbstractGomFormElement.getAllowEmpty()
Indicates, whether the form element allows to stay empty.
|
YesNo |
GomFormElement.getAllowEmpty()
Indicates, whether leaving the form empty is allowed.
|
YesNo |
AbstractGomFormElement.getHFill()
Indicates, whether to horizontally fill a form by this form element.
|
YesNo |
AbstractGomFormElement.getHidden()
Indicates, whether this form element is visible in the form.
|
YesNo |
GomFormElement.getHidden()
Indicates, whether the component will be hidden or shown.
|
YesNo |
AbstractGomFormElement.getNoBreak()
Indicates, whether the next form element should follow in the same line as this one.
|
YesNo |
AbstractGomFormElement.getUseLanguages()
Indicates, whether to have separate values in different languages.
|
static YesNo |
YesNo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YesNo[] |
YesNo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGomFormElement.setAllowEmpty(YesNo allowEmpty)
Sets whether empty is allowed for this form element.
|
void |
GomFormElement.setAllowEmpty(YesNo allowEmpty)
Set, whether leaving the form empty is allowed.
|
void |
AbstractGomFormElement.setHFill(YesNo hfill)
Sets, whether to horizontally fill a form by this form element.
|
void |
AbstractGomFormElement.setHidden(YesNo hidden)
Sets the form element to be hidden or not.
|
void |
GomFormElement.setHidden(YesNo hidden)
Set, whether the form will be hidden.
|
void |
AbstractGomFormElement.setNoBreak(YesNo noBreak)
Set whether the next form element should follow immediately in the same line as this one.
|
void |
AbstractGomFormElement.setUseLanguages(YesNo useLanguages)
Sets whether to use different values in each language or not.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210