Author: artdaw
Date: 2008-07-18 12:12:06 -0400 (Fri, 18 Jul 2008)
New Revision: 9692
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
Log:
'Renderer' section was added
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-07-18 15:40:23 UTC (rev 9691)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2008-07-18 16:12:06 UTC (rev 9692)
@@ -84,13 +84,19 @@
<keyword>renderer</keyword>
<keyword>UI</keyword>
<keyword>CDK</keyword>
- <keyword>Guide</keyword>
+ <keyword>Guide</keyword>
</keywordset>
</sectioninfo>
<title>Creating a Renderer</title>
<para>
- Renderer
+ Renderer is responsible for the JSF component representation. It generates the
appropriate client-side markup,
+ such as HTML, WML, XUL, etc. Renderer is also responsible for the converting
information coming from the client to the proper type
+ for the component (for example, a string value from the request is converted to a
strongly type <code>Date</code> object).
</para>
+ <para>
+ You could actually implement the renderer-specific component subclass that exposes
+ client-side attributes such as style, disabled, tooltip, etc.
+ </para>
&template;
&skin;
</section>
Show replies by date