<?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>Li Guoliang &#187; UI</title>
	<atom:link href="http://liguoliang.com/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://liguoliang.com</link>
	<description>ActionScript Flex Java JEE PHP...</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flex: 检查/撤销Datagrid编辑数据 Validate/revert editable Datagrid input value</title>
		<link>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/</link>
		<comments>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:42:11 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[itemEditor]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/flex-%e6%a3%80%e6%9f%a5%e6%92%a4%e9%94%80datagrid%e7%bc%96%e8%be%91%e6%95%b0%e6%8d%ae-validaterevert-editable-datagrid-input-value/</guid>
		<description><![CDATA[Requirement: We want to validate user input in editable datagrid, and revert the original value(undo) if necessary.
Solution: Handle the ‘itemEditEnd’<p class='read-more'><a href='http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex小技巧: 设定Visiable = flase后重新排列UI</title>
		<link>http://liguoliang.com/2009/flex%e5%b0%8f%e6%8a%80%e5%b7%a7-%e8%ae%be%e5%ae%9avisiable-flase%e5%90%8e%e9%87%8d%e6%96%b0%e6%8e%92%e5%88%97ui/</link>
		<comments>http://liguoliang.com/2009/flex%e5%b0%8f%e6%8a%80%e5%b7%a7-%e8%ae%be%e5%ae%9avisiable-flase%e5%90%8e%e9%87%8d%e6%96%b0%e6%8e%92%e5%88%97ui/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:51:40 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[visiable]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2009/02/788/</guid>
		<description><![CDATA[初始化完成后:
<a href="http://liguoliang.com/wp-content/uploads/2009/02/image7.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="275" alt="image" src="http://liguoliang.com/wp-content/uploads/2009/02/image-thumb7.png" width="567" border="0" /></a> 
点击左侧目录后:
<a href="http://liguoliang.com/wp-content/uploads/2009/02/image8.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="348" alt="image" src="http://liguoliang.com/wp-content/uploads/2009/02/image-thumb8.png" width="631" border="0" /></a> 
&#160;
具体实现:
初始化时:
		//Main - Maincontent
		vboxMainRightcontent = new VBox();
		empListContainer = new MainContent();
		empListC<p class='read-more'><a href='http://liguoliang.com/2009/flex%e5%b0%8f%e6%8a%80%e5%b7%a7-%e8%ae%be%e5%ae%9avisiable-flase%e5%90%8e%e9%87%8d%e6%96%b0%e6%8e%92%e5%88%97ui/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2009/flex%e5%b0%8f%e6%8a%80%e5%b7%a7-%e8%ae%be%e5%ae%9avisiable-flase%e5%90%8e%e9%87%8d%e6%96%b0%e6%8e%92%e5%88%97ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>文件属性设置UI设计 &#8211; 初探Flex中自定义组件 Custom UI Component Example: Unix File Permission Setting</title>
		<link>http://liguoliang.com/2008/%e6%96%87%e4%bb%b6%e5%b1%9e%e6%80%a7%e8%ae%be%e7%bd%aeui%e8%ae%be%e8%ae%a1-%e5%88%9d%e6%8e%a2flex%e4%b8%ad%e8%87%aa%e5%ae%9a%e4%b9%89%e7%bb%84%e4%bb%b6-custom-ui-component-example-unix-file-permiss/</link>
		<comments>http://liguoliang.com/2008/%e6%96%87%e4%bb%b6%e5%b1%9e%e6%80%a7%e8%ae%be%e7%bd%aeui%e8%ae%be%e8%ae%a1-%e5%88%9d%e6%8e%a2flex%e4%b8%ad%e8%87%aa%e5%ae%9a%e4%b9%89%e7%bb%84%e4%bb%b6-custom-ui-component-example-unix-file-permiss/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:04:13 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Custom Component]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://myxju.com/?p=18</guid>
		<description><![CDATA[<p>[小站博客均为原创, 转载请保留以下信息:</p>
<p>作者:<a href="http://liguoliang.com" target="_blank">http://liguoliang.com</a> 欢迎访问:Adobe上海用户组: <a href="http://riashanghai.com " target="_blank">http://riashanghai.com </a>]</p>
<h2>一:目标</h2>
<p>设计一个自定义组件,可以通过该UI初步读取或设置文件属性.<br />
</p><p class='read-more'><a href='http://liguoliang.com/2008/%e6%96%87%e4%bb%b6%e5%b1%9e%e6%80%a7%e8%ae%be%e7%bd%aeui%e8%ae%be%e8%ae%a1-%e5%88%9d%e6%8e%a2flex%e4%b8%ad%e8%87%aa%e5%ae%9a%e4%b9%89%e7%bb%84%e4%bb%b6-custom-ui-component-example-unix-file-permiss/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2008/%e6%96%87%e4%bb%b6%e5%b1%9e%e6%80%a7%e8%ae%be%e7%bd%aeui%e8%ae%be%e8%ae%a1-%e5%88%9d%e6%8e%a2flex%e4%b8%ad%e8%87%aa%e5%ae%9a%e4%b9%89%e7%bb%84%e4%bb%b6-custom-ui-component-example-unix-file-permiss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

