You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/06/03 11:54:53 UTC

svn commit: r781323 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java

Author: lofwyr
Date: Wed Jun  3 09:54:52 2009
New Revision: 781323

URL: http://svn.apache.org/viewvc?rev=781323&view=rev
Log:
javadoc

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java?rev=781323&r1=781322&r2=781323&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java Wed Jun  3 09:54:52 2009
@@ -18,11 +18,11 @@
  */
 
 import org.apache.myfaces.tobago.apt.annotation.BodyContentDescription;
+import org.apache.myfaces.tobago.apt.annotation.DynamicExpression;
 import org.apache.myfaces.tobago.apt.annotation.Tag;
 import org.apache.myfaces.tobago.apt.annotation.TagAttribute;
 import org.apache.myfaces.tobago.apt.annotation.UIComponentTag;
 import org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute;
-import org.apache.myfaces.tobago.apt.annotation.DynamicExpression;
 import org.apache.myfaces.tobago.component.UITabGroup;
 import org.apache.myfaces.tobago.taglib.decl.HasDeprecatedDimension;
 import org.apache.myfaces.tobago.taglib.decl.HasIdBindingAndRendered;
@@ -70,9 +70,14 @@
    * Flag indicating how tab switching should be done.
    * <p/>
    * Possible values are:
-   * "client"     : Tab switching id done on client, no server Request. This is default.
-   * "reloadPage" : Tab switching id done by server request. Full page is reloaded.
-   * "reloadTab"  : Tab switching id done by server request. Only the Tab is reloaded.
+   * <dl>
+   *   <dt>client</dt>
+   *   <dd>Tab switching is done on client, no server Request. This is default.</dd>
+   *   <dt>reloadPage</dt>
+   *   <dd>Tab switching is done by server request. Full page is reloaded.</dd>
+   *   <dt>reloadTab</dt>
+   *   <dd>Tab switching is done by server request. Only the Tab is reloaded.</dd>
+   * </dl>
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "java.lang.String",