[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Norman Richards norman.richards at jboss.com
Tue Dec 12 21:52:15 EST 2006


  User: nrichards
  Date: 06/12/12 21:52:15

  Modified:    doc/reference/en/modules  controls.xml
  Log:
  add enum tags
  
  Revision  Changes    Path
  1.11      +30 -0     jboss-seam/doc/reference/en/modules/controls.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: controls.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/controls.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- controls.xml	8 Dec 2006 03:01:02 -0000	1.10
  +++ controls.xml	13 Dec 2006 02:52:15 -0000	1.11
  @@ -36,6 +36,36 @@
              </listitem>
          </varlistentry>
          <varlistentry>
  +           <term><literal>&lt;s:convertEnum&gt;</literal></term>
  +           <listitem>
  +               <para>
  +                   Assigns an enum converter to the current component.  This is primarily
  +                   useful for radio button and dropdown controls.
  +               </para>                             
  +           </listitem>
  +       </varlistentry>
  +       <varlistentry>
  +           <term><literal>&lt;s:enumItem&gt;</literal></term>
  +           <listitem>
  +               <para>
  +                   Creates a <literal>SelectItem</literal> from an enum value.  
  +               </para>
  +               <itemizedlist>
  +                   <listitem>
  +                   <para>
  +                       <literal>enumValue</literal> &mdash; the string representation of the enum 
  +                       value.  
  +                   </para>
  +                   </listitem>
  +                   <listitem>
  +                   <para>
  +                       <literal>label</literal> &mdash; the label to be used when rendering the <literal>SelectItem</literal>.
  +                   </para>
  +                   </listitem>
  +                   </itemizedlist>
  +           </listitem>
  +       </varlistentry>   
  +       <varlistentry>
              <term><literal>&lt;s:decorate&gt;</literal></term>
              <listitem>
                  <para>
  
  
  



More information about the jboss-cvs-commits mailing list