kotlin_ui_dsl_version_2.md: note Cell.graphProperty API removal

This commit is contained in:
Yann Cébron 2024-03-18 13:55:28 +01:00
parent df5937374b
commit 634ef7207d

View File

@ -1,6 +1,6 @@
# Kotlin UI DSL Version 2 <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> # Kotlin UI DSL Version 2
<link-summary>Kotlin DSL for creating UI forms with input components bound to state object.</link-summary> <link-summary>Kotlin DSL for creating UI forms with input components bound to state object.</link-summary>
@ -417,6 +417,8 @@ It is possible to bind component values to properties with the following methods
### Cell.graphProperty ### Cell.graphProperty
> Removed in 2023.3, please use `validationRequestor(property::afterPropagation)` instead.
Binds `component` value changing to property. Binds `component` value changing to property.
The property is updated when the value is changed and is not related to `DialogPanel.apply()`. The property is updated when the value is changed and is not related to `DialogPanel.apply()`.
The method is rarely used directly. The method is rarely used directly.