<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flash Percent Uploader with Symfony!</title>
	<atom:link href="http://jawad.pk/blog/2008/08/22/flash-percent-uploader-with-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://jawad.pk/blog/2008/08/22/flash-percent-uploader-with-symfony/</link>
	<description>WEB 2.0 / RIAs Expert.</description>
	<lastBuildDate>Tue, 05 May 2009 14:33:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: storm</title>
		<link>http://jawad.pk/blog/2008/08/22/flash-percent-uploader-with-symfony/comment-page-1/#comment-17</link>
		<dc:creator>storm</dc:creator>
		<pubDate>Mon, 08 Sep 2008 03:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://itsjawad.wordpress.com/?p=26#comment-17</guid>
		<description>I see that you manually add/remove cells, and sets its row spans in the click handlers.

that is not a good way to use gwt, as you did not abstract yourself from html, but is just writing “html” in java.

what you could do is instead define two more widgets - one widget for the collapsed state view, and another for the open state view. how you implement these widgets is up to you, but i would just have another table in there.

then, in each cell of the flex-table you would add in the correct widget when the click happens.

that way, you dont get bogged down in the click handler with table manipulation code.</description>
		<content:encoded><![CDATA[<p>I see that you manually add/remove cells, and sets its row spans in the click handlers.</p>
<p>that is not a good way to use gwt, as you did not abstract yourself from html, but is just writing “html” in java.</p>
<p>what you could do is instead define two more widgets &#8211; one widget for the collapsed state view, and another for the open state view. how you implement these widgets is up to you, but i would just have another table in there.</p>
<p>then, in each cell of the flex-table you would add in the correct widget when the click happens.</p>
<p>that way, you dont get bogged down in the click handler with table manipulation code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

