ReadOnlyStringPropertyWrapper

Never use this class directly. Use StringProperty.asReadOnly to obtain a read-only version of a mutable StringProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<String, Property<String>>, use ReadOnlyStringPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: StringProperty)