flex 控件的重要屬性
更新時(shí)間:2009年06月23日 12:45:53 作者:
flex 控件的一些重要的屬性小結(jié),大家可以根據(jù)實(shí)際情形選用。
Repeat:
currentIndex currentItem
UIComponent (父組件屬於mx:repeat)
repeat/repeats
repeatIndex/repeatIndice
instanceIndex/instanceIndice
DataGrids(複數(shù)為多選)
selectedIndex/selectedIndice
selectedItem/selectedItems
ComboBox selectedIndex/selectedItem
CheckBox selected(true/false)
childDescriptors/getChildren
currentIndex currentItem
UIComponent (父組件屬於mx:repeat)
repeat/repeats
repeatIndex/repeatIndice
instanceIndex/instanceIndice
DataGrids(複數(shù)為多選)
selectedIndex/selectedIndice
selectedItem/selectedItems
ComboBox selectedIndex/selectedItem
CheckBox selected(true/false)
childDescriptors/getChildren
相關(guān)文章
如何定義一個(gè)getter和seter設(shè)置的屬性可以被綁定
Define private variable for maxFontSize.2009-05-05Flex Gumbo中通過baseColor樣式 設(shè)置FxHScrollBar背景顏色
Gumbo中通過baseColor樣式 設(shè)置FxHScrollBar背景顏色的實(shí)現(xiàn)代碼。需要的朋友可以參考下。2009-08-08基于WebService的數(shù)據(jù)訪問(下) Flex與.NET互操作(三)
在上一篇文章《Flex與.NET互操作(二):基于WebService的數(shù)據(jù)訪問(上) 》中介紹了通過<mx:WebService>標(biāo)簽來訪問Webservice。實(shí)際上我們也可以通過編程的方式動(dòng)態(tài)的訪問WebService,F(xiàn)lex SDK為我們提供了WebService類。2009-06-06flex SystemManger監(jiān)控用戶是否和程序打交道
flex中可以通過SystemManger監(jiān)控用戶是否和程序打交道2009-05-05Flex ShareObject簡(jiǎn)單應(yīng)用
Share object一般用來保存前來訪問的用戶的個(gè)人信息到用戶的機(jī)器上。比如用戶登陸過后保存他的名字,下次訪問時(shí)自動(dòng)顯示,或者保存用戶的個(gè)性化設(shè)置等等。2009-06-06