Class InitialPreset
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.Item
de.espirit.firstspirit.access.store.templatestore.gom.Preset
de.espirit.firstspirit.access.store.templatestore.gom.InitialPreset
- All Implemented Interfaces:
ValueOfContractor
,Serializable
Defines an extended preset mode for initial value providing editors. In addition to
Preset
this allowsthe usage of preset="Created"
in the GOM.- Since:
- 4.2.452
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.common.text.ValueOfContractor
ValueOfContractor.Invoke
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates to request an initial value at creation stage, if no value is set at the time of setting up the value.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.Preset
isCopy, isDefault, valueOf
-
Method Details
-
isCreated
public boolean isCreated()Indicates to request an initial value at creation stage, if no value is set at the time of setting up the value.An instance which delivers
true
is created when usepreset="Created"
is defined in GOM.- Returns:
true
, if this type is for creation.- Since:
- 4.2.452
-