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