ReadOnlyButtonMeaningPropertyWrapper
class ReadOnlyButtonMeaningPropertyWrapper(wraps: ButtonMeaningProperty) : ReadOnlyPropertyWrapper<ButtonMeaning, Property<ButtonMeaning>> , ReadOnlyButtonMeaningProperty
Never use this class directly. Use ButtonMeaningProperty.asReadOnly to obtain a read-only version of a mutable ButtonMeaningProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ButtonMeaning, Property<ButtonMeaning>>
, use ReadOnlyButtonMeaningPropertyWrapper
.