String Selector Setting
class StringSelectorSetting(name: String, defaultSelected: String, var options: ArrayList<String>, visibility: Visibility = Visibility.VISIBLE, description: String? = null) : Setting<Int>
Deprecated
Outdated use the enum selector setting instead.
Constructors
Link copied to clipboard
fun StringSelectorSetting(name: String, defaultSelected: String, options: ArrayList<String>, visibility: Visibility = Visibility.VISIBLE, description: String? = null)
Functions
Link copied to clipboard
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Module, property: KProperty<*>): ReadWriteProperty<Module, Int>
This operator provides the Delegate to the Setting.
Properties
Link copied to clipboard
Returns whether this setting should be visible based on visibilityDependency. Is true by default. Use withDependency to change this behavior.