<?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: An Editable Label for GWT with UiBinder and EventHandlers</title>
	<atom:link href="http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/feed/" rel="self" type="application/rss+xml" />
	<link>http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/</link>
	<description>Jonas Huckestein&#039;s Blog About Technology, Entrepreneurship And Stuff Like That</description>
	<lastBuildDate>Fri, 05 Aug 2011 13:12:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: agata</title>
		<link>http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/comment-page-1/#comment-4092</link>
		<dc:creator>agata</dc:creator>
		<pubDate>Wed, 27 Apr 2011 19:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://thezukunft.com/?p=14#comment-4092</guid>
		<description>hi there,

thanks for posting that, It is very nice written portion of code:)
Btw in my enviroment (gwt 2.2.0 run on mozilla firefox 3.6.16) detection of pressing ENTER key didnt work.

To get it work well I have replaced
event.getCharCode() == KeyCodes.KEY_ENTER
with
event.getNativeEvent().getKeyCode()== KeyCodes.KEY_ENTER</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>thanks for posting that, It is very nice written portion of code:)<br />
Btw in my enviroment (gwt 2.2.0 run on mozilla firefox 3.6.16) detection of pressing ENTER key didnt work.</p>
<p>To get it work well I have replaced<br />
event.getCharCode() == KeyCodes.KEY_ENTER<br />
with<br />
event.getNativeEvent().getKeyCode()== KeyCodes.KEY_ENTER</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Stevko</title>
		<link>http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/comment-page-1/#comment-3452</link>
		<dc:creator>A. Stevko</dc:creator>
		<pubDate>Fri, 18 Mar 2011 06:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://thezukunft.com/?p=14#comment-3452</guid>
		<description>Thanks for the widget and great writeup. 
I added the two interfaces 
IsEditor&lt;LeafValueEditor&gt;, HasText
along with this method:
	@Override
	public LeafValueEditor asEditor() {
		// 
		return HasTextEditor.of(this);
	}

and it now works within the Editor framework.</description>
		<content:encoded><![CDATA[<p>Thanks for the widget and great writeup.<br />
I added the two interfaces<br />
IsEditor&lt;LeafValueEditor&gt;, HasText<br />
along with this method:<br />
	@Override<br />
	public LeafValueEditor asEditor() {<br />
		//<br />
		return HasTextEditor.of(this);<br />
	}</p>
<p>and it now works within the Editor framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Olsen</title>
		<link>http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/comment-page-1/#comment-7</link>
		<dc:creator>Ben Olsen</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://thezukunft.com/?p=14#comment-7</guid>
		<description>Thank you so much. I sat down this morning intending to write this exact widget, then though, &quot;Hey, maybe someone else has already done this and put it on the internet.&quot; A quick search and your solution popped up. Awesome.</description>
		<content:encoded><![CDATA[<p>Thank you so much. I sat down this morning intending to write this exact widget, then though, &#8220;Hey, maybe someone else has already done this and put it on the internet.&#8221; A quick search and your solution popped up. Awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: thezukunft.com @ 2012-02-04 21:41:34 -->
