Flex 将类属性绑定到 mxml 组件
是否可以将类属性绑定到 mxml 组件? 例如:我有一个带有 String
属性 nameValue
的类 A.as
。我想要实现的目标是始终在 nameValue
中拥有 mx:Text
组件的最新值。
谢谢。
Is is possible to bind class properties to mxml components ?
E.g.: I have a class A.as
with a String
property nameValue
. What I want to achieve is always having the latest value of a mx:Text
component in nameValue
.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,只需这样做(假设您使用的是 mx 命名空间的 Flex 3):
Sure, just do this (assuming Flex 3 from your use of the mx namespace):