autodestroyContext:Boolean
Indicates whether the Context should be automatically destroyed when the last view root is removed from the ViewManager. The default is true
.
Implementation public function get autodestroyContext():Boolean
public function set autodestroyContext(value:Boolean):void
autoremoveComponents:Boolean
Indicates whether components should be automatically removed from the ViewManager when they are removed from the stage. The default is true
. When set to false components must dispatch a custom "removeView"
event to signal that they wish to be removed from the ViewManager.
Implementation public function get autoremoveComponents():Boolean
public function set autoremoveComponents(value:Boolean):void
autoremoveViewRoots:Boolean
Indicates whether view roots should be automatically removed from the ViewManager when they are removed from the stage. The default is true
. When set to false view roots must dispatch a custom "removeView"
event to signal that they wish to be removed from the ViewManager. Finally they can be removed explicitly with ViewManager.removeViewRoot
independent of the value for this property.
Implementation public function get autoremoveViewRoots():Boolean
public function set autoremoveViewRoots(value:Boolean):void
autowireComponents:Boolean
Indicates wether components should be automatically wired. The default is false
. When set to false, components can only be wired explicitly through the use of either the <Configure>
or the <FastInject>
tags. When set to true, they will be automatically filtered using the the filter specified with the autowireFilter
property.
Implementation public function get autowireComponents():Boolean
public function set autowireComponents(value:Boolean):void
autowireFilter:ViewAutowireFilter
The filter responsible for selecting views that should be autowired to the Context. Only has an effect if the autowireComponents
flag is set to true. The default filter installed with Parsley is one that only wires views that have a matching <View>
tag in the MXML or XML configuration.
Implementation public function get autowireFilter():ViewAutowireFilter
public function set autowireFilter(value:ViewAutowireFilter):void
reuseComponents:Boolean
Indicates whether managed components will be reused after they have been removed from the stage. When set to false their configuration will only be processed once. This value should be true if the application keeps instances of the view in memory and adds them back to the stage later. It should be false (the default) if the view should get garbage collected once it has been removed from the stage.
Implementation public function get reuseComponents():Boolean
public function set reuseComponents(value:Boolean):void
viewProcessor:Service
[read-only]
The view processor service registration for these settings. This hook allows to install alternative implementations to be used for processing all views in the associated Context and its children unless overwritten in a child.
When specifying an implementation or decorator for this service, it must implement the ViewProcessor
interface.
Implementation public function get viewProcessor():Service
分享到:
相关推荐
Parsley-Flex API 是一个专门用于处理灵活性和可扩展性的软件开发工具包,主要针对英语用户群体。在本文中,我们将深入探讨Parsley-Flex API 的核心概念、功能和应用场景,帮助开发者更好地理解和利用这个强大的API...
Parsley Flash API 是一个专为Adobe Flash平台设计的组件,用于增强Flash应用程序的功能...在实际项目中,结合提供的压缩包文件"Parsley-flash",开发者可以深入研究API的各个部分,以便更好地将其应用于自己的项目中。
《Parsley 2.3.1:一个全面解析的资源宝库》 Parsley,这个名称在编程世界中可能并不广为人知,但它在特定的开发领域却扮演着重要角色。Parsley 2.3.1 是一个开源框架,主要用来处理复杂的软件架构和应用程序设计。...
你可以通过`data-parsley-error-message`自定义错误提示文本,或者全局配置错误消息模板: ```javascript window.Parsley.addCatalog('zh', { defaultMessage: "输入无效。", type: "请输入有效的{type}。", ...
<input type="text" id="email" name="email" data-parsley-trigger="change" data-parsley-required="true" data-parsley-type="email" /> <label for="website">Website: ...
<input type="password" name="password" data-parsley-required data-parsley-minlength="8" data-parsley-trigger="change"> <!-- ... --> ``` **4. 使用laravel-parsley转换规则** laravel-parsley库提供了...
**Parsley-Core: FlexFlashAIR的核心API与Parsley IOC容器详解** Parsley-Core是Flex、Flash和Adobe AIR应用程序开发中一个重要的框架组件,它主要提供了核心API和依赖注入(IOC)容器的实现。这个框架由...
欧芹英国电话号码 用于验证英国电话号码的插件 用法 在加载欧芹之前在页面中包含库: < script src =" uk-phone-number.js " >... input type =" text " data-parsley-ukphonenumber />
例如,` parsley-form`事件会在表单验证完成后触发,而` parsley-error`或`parsley-success`事件则对应于验证失败或成功的情况。这使得你可以根据验证结果来更新界面反馈,提高用户体验。 **HTML动态组件** 在现代...
3. **字段验证**:通过`data-parsley-*`属性来指定验证规则,例如`data-parsley-required="true"`表示该字段为必填。 4. **验证事件**:可以监听`parsley:validate`事件,自定义验证后的操作。 **三、内置验证规则*...
1. **Parsley Pimento Support (parsley-pimento-support-3.0.0.zip)**: 这可能是一个为Parsley提供的扩展支持模块,版本号为3.0.0,"Pimento"可能是Parsley生态系统中的一个特定组件或功能集。 2. **Parsley ...
Flex Cairngorm和Parsley是两种在Adobe Flex框架中广泛使用的MVC(Model-View-Controller)设计模式实现库,它们主要用于构建大型、复杂的富互联网应用程序(RIA)。本源码Demo提供了这两种技术的集成应用实例,帮助...
**ParsleyTest Flex框架Parsley的使用入门** Parsley是ActionScript 3.0的一个强大依赖注入(DI)和控制反转(IoC)框架,它为Flex和Adobe AIR应用程序提供了灵活的架构支持。这个名为"ParsleyTest"的压缩包文件...
1. **安装Parsley**: 在你的Python环境中,可以通过pip来安装Parsley,命令如下: ``` pip install parsley ``` 2. **导入Parsley**: 安装完成后,你需要在Python代码中导入Parsley库。 ```python from ...
通过深入研究Parsley-master中的各个组件,开发者不仅可以利用Opsidian Parsley来解析自定义语言,还可以学习到解析器组合子的设计原理和实现技巧,这对于理解编译器构造和语言解析有着重要的价值。对于想要涉足这一...
:sparkles: 香菜 :sparkles: 这是一个使用Git作为的网站。 它是在不到一分钟的时间内使用创建的。 您可以像这样,或探索一些变体。 如何不同: :artist_palette: 看 :pencil: 内容管理系统 ...
:sparkles: 绿色欧芹 :sparkles: 这是一个使用Git作为的网站。 它是在不到一分钟的时间内使用创建的。 您可以像这样,或探索一些变体。 如何不同: :artist_palette: 看 :pencil: 内容管理系统 ...
:sparkles: 神话般的香菜 :sparkles: 这是一个使用Git作为的网站。 它是在不到一分钟的时间内使用创建的。 您可以像这样,或探索一些变体。 如何不同: :artist_palette: 看 :pencil: 内容管理系统 :gear: 静态网站...