UuidSettingsComponent  
    class UuidSettingsComponent(settings: UuidSettings = default) : SettingsComponent<UuidSettings, UuidScheme> 
Content copied to clipboard
Component for settings of random UUID generation.
See also
Parameters
settings
the settings to edit in the component
Constructors
Functions
Link copied to clipboard
                Validates all input fields.
Link copied to clipboard
                Returns true if this component contains unsaved changes.
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.