RFR: 8375588: Enhanced property metadata [v2]
John Hendrikx
jhendrikx at openjdk.org
Wed Jan 21 19:24:18 UTC 2026
On Wed, 21 Jan 2026 17:43:47 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> two-tiered: I meant one set of normally declared properties, the other set of properties that have a meaning only in the context of some layout container (and they must be cleared when the node is moved to another container).
I think the need for clearing is a bit overblown; currently when you do `HBox.setMargin(node, margin)` nobody is clearing this either when the node is moved, so I don't see this as an urgent requirement now. Clearing is possible, but it is a user task: `HBox.setMargin(node, null)`.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2015#issuecomment-3780725721
More information about the openjfx-dev
mailing list