<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>maxfactory &#124; モバイル関連の技術メモ &#187; データバインディング</title>
	<atom:link href="http://maxfactory.biz/blog/tag/%e3%83%87%e3%83%bc%e3%82%bf%e3%83%90%e3%82%a4%e3%83%b3%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxfactory.biz/blog</link>
	<description>モバイル（フィーチャーフォン、スマートフォン、タブレット）を中心とした技術メモ</description>
	<lastBuildDate>Thu, 14 Jul 2011 08:19:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[flex3]DataGridでのデータバインディング</title>
		<link>http://maxfactory.biz/blog/2009/01/16/flex3datagrid%e3%81%a7%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%90%e3%82%a4%e3%83%b3%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0/</link>
		<comments>http://maxfactory.biz/blog/2009/01/16/flex3datagrid%e3%81%a7%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%90%e3%82%a4%e3%83%b3%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 02:36:46 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[flex入門]]></category>
		<category><![CDATA[データバインディング]]></category>

		<guid isPermaLink="false">http://maxfactory.biz/wp/?p=63</guid>
		<description><![CDATA[DataGridのdataProviderでは、ArrayもArrayCollectionも設定できますが、データバインディングを利用するなら、dataProviderに設定するのはArrayCollectionになりま [...]]]></description>
			<content:encoded><![CDATA[<p>DataGridのdataProviderでは、ArrayもArrayCollectionも設定できますが、<br />データバインディングを利用するなら、dataProviderに設定するのはArrayCollectionになります。<br />Arrayを設定した場合では、配列データに追加、削除、またはオブジェクト要素の変更を行っても画面に反映されません。</p>
<p>また、dataProviderにArrayCollectionを設定しただけでは、オブジェクト要素の変更した場合に画面に反映されません。反映するには、配列にpushしているオブジェクトに[Bindable]メタデータを付与している必要があります。</p>
]]></content:encoded>
			<wfw:commentRss>http://maxfactory.biz/blog/2009/01/16/flex3datagrid%e3%81%a7%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%90%e3%82%a4%e3%83%b3%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

