Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache flex Flex:是否所有continaer都继承UIComponent和容器的所有属性_Apache Flex_Flex3 - Fatal编程技术网

Apache flex Flex:是否所有continaer都继承UIComponent和容器的所有属性

Apache flex Flex:是否所有continaer都继承UIComponent和容器的所有属性,apache-flex,flex3,Apache Flex,Flex3,作为Continaer的子类,也是UIcomponent的子类,flex中的所有容器是否都“继承UIcomponent和container的所有属性”?这条规则有例外吗 请帮我做这个 提前谢谢 作为Continaer的子类,Continaer是 同样是UIcomponent的子类,DoAll flex中的容器“继承全部” UIC组件和组件的属性 集装箱 对!!当然,假设所讨论的容器实际上是UIComponent和/或容器的子级。例如,我制作了只扩展UIComponent的组件。它们不会有任何特定

作为Continaer的子类,也是UIcomponent的子类,flex中的所有容器是否都“继承UIcomponent和container的所有属性”?这条规则有例外吗

请帮我做这个

提前谢谢

作为Continaer的子类,Continaer是 同样是UIcomponent的子类,DoAll flex中的容器“继承全部” UIC组件和组件的属性 集装箱

对!!当然,假设所讨论的容器实际上是UIComponent和/或容器的子级。例如,我制作了只扩展UIComponent的组件。它们不会有任何特定于容器的属性[除非它们是独立于容器实现而实现的]

这条规则有例外吗

但是,子类可以重写属性并以不同的方式实现它们。他们还可以使用元数据从mxml代码暗示中删除属性。您仍然可以在ActionScript中设置这些属性,尽管如果它们被排除在外,可能有一个原因与组件的功能有关