public interface Storable extends Markupable
GroupOfStorables
Modifier and Type | Method and Description |
---|---|
boolean |
isFilled()
Returns true if the component has a value.
|
boolean |
isModified()
Returns true if the component's value differs from its initial value.
|
boolean |
isRequirementUnfulfilled()
Returns true if the component's value is mandatory but not filled.
|
boolean |
isValid()
Returns true if the component's value is valid.
|
void |
loadValue()
Loads the component's database stored value.
|
void |
saveValue()
Stores the component's value.
|
void |
setRequired(boolean required)
Sets the fact that user input is requested (mandatory)
|
destroy, getCreationTag, setComment, setToolTipText
void setRequired(boolean required)
required
- whether this inuput is mandatory or not.void loadValue()
boolean isFilled()
boolean isModified()
boolean isValid()
boolean isRequirementUnfulfilled()
void saveValue()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de