WordSettingsComponent
class WordSettingsComponent(settings: WordSettings = default) : SettingsComponent<WordSettings, WordScheme> (source)
Component for settings of random word generation.
Parameters
settings
the settings to edit in the component
See also
Properties
Functions
Link copied to clipboard
Validates all input fields.
Link copied to clipboard
Returns true if this component contains unsaved changes.
Returns true if any dictionaries have been reordered.
Link copied to clipboard
Loads the given scheme into the component's state.
Link copied to clipboard
Loads the default settings object.
Loads settings
.
Link copied to clipboard
Saves the component's state into the given scheme.
Link copied to clipboard
Saves settings to the default settings object.
Saves settings to settings
.