這幾天一直在學(xué)TIBCO公司的GI,當(dāng)然也遇到了一些的小問題。其中有一個(gè)就是,利用Grid組件顯示一組數(shù)據(jù)的時(shí)候。每次都要點(diǎn)一下grid才可以顯示數(shù)據(jù)。然后看了他們自帶的例子發(fā)現(xiàn),原來(lái)只要調(diào)用一個(gè)方法就可以自動(dòng)顯示數(shù)據(jù)了。
rain1102.APP.getJSXByName("gridResults").
repaintData();
jsx3.gui.Matrix
method repaintData()
Paints only the data rows. Call for quick repainting of the data rows when only the source data has changed. Does not recalculate and reprofile the box profile and resulting XSLT. Retains scroll position when possible.
posted on 2007-03-29 20:00
周銳 閱讀(325)
評(píng)論(0) 編輯 收藏 所屬分類:
TIBCO