flex裡的[inspectable]標籤用於為as類的屬性定義一些可供flex**提示等使用的資訊,比如屬性的型別啦合法值啦預設值啦之類的,[inspectable]標籤可以用在屬性上,也可以用在getter/setter方法上,寫法如下:
[inspectable(attribute=value[, attribute=value, …])]
property_declaration name:type;
[inspectable(attribute=value[, attribute=value, …])]
setter_getter_declarations;
[inspectable]標籤有如下屬性:
propertytypedescriptioncategorystringenumerationstring用逗號分隔指定一系列合法值,只有這些值才允許設定,例如「test1,test2,test3」,注意值與值之間不要使用空格,否則flex會認為空格是值的一部分(除非你確實想這樣啦),這資訊會出現在**提示和屬性檢查器裡formatstringtypestring設定屬性的型別,如果忽略則使用屬性本身的資料型別,可選值如下:
array, boolean, color, font name, list, number, object, string
例如下面這樣的**:
[inspectable(type="string", enumeration="left,center,right")]
public var labelplacement:string = labelplacement.left;
Spring系列筆記 3 Bean標籤屬性詳解
如果痛苦無法避免,那麼就燃起鬥志去直面它!說在前頭 bean標籤內的屬性 testbean class com.example.bean.testbean name value hello world bean com.example.bean.testbean scope singleton或者p...
html html標籤的那些嘻嘻哈哈事之詳談
html標籤是html語言中最基本的單位,html標籤是html 標準通用標記語言下的乙個應用 最重要的組成部分。html標籤html 元素指的是從開始標籤 start tag 到結束標籤 end tag 的所有 1 標籤不會出現在頁面中,只有標籤中的內容才會顯示在頁面上 也就是此處為內容標籤不區分...
Informatica Update 機制詳解
informatica update 機制詳解 informatica 作為etl工具,update是其很重要的乙個特性。也正因為如此,我們會發現在informatica工具的很多地方都會有update的相關設定,許多時候給大家都造成了很大的迷惑,不知道誰先誰後,誰的優先順序高,或者具體的作用是什麼...