org.apache.myfaces.tobago.facelets.extension
Class MenuRadioExtensionHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by com.sun.facelets.tag.jsf.ComponentHandler
              extended by org.apache.myfaces.tobago.facelets.extension.TobagoMenuExtensionHandler
                  extended by org.apache.myfaces.tobago.facelets.extension.MenuRadioExtensionHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class MenuRadioExtensionHandler
extends TobagoMenuExtensionHandler

Facelets handler for the <tx:menuRadio> extension tag.

 <tx:menuRadio>
   <tc:selectItems/> <!-- body -->
 </tx:menuRadio>
is the short form of
 <tc:menuCommand>
   <f:facet name="radio">
     <tc:selectOneRadio>
       <tc:selectItems/> <!-- body -->
     </tc:selectOneRadio>
   </f:facet>
 </tc:menuCommand>


Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
MenuRadioExtensionHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
           
 
Method Summary
protected  String getFacetName()
           
protected  String getSubComponentType()
           
protected  String getSubRendererType()
           
 
Methods inherited from class org.apache.myfaces.tobago.facelets.extension.TobagoMenuExtensionHandler
applyNextHandler, createMetaRuleset, createSubComponentMetaRuleset, onComponentCreated
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, createComponent, getFacetName, getId, onComponentPopulated
 
Methods inherited from class com.sun.facelets.tag.MetaTagHandler
setAttributes
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MenuRadioExtensionHandler

public MenuRadioExtensionHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
Method Detail

getSubComponentType

protected String getSubComponentType()
Specified by:
getSubComponentType in class TobagoMenuExtensionHandler

getSubRendererType

protected String getSubRendererType()
Specified by:
getSubRendererType in class TobagoMenuExtensionHandler

getFacetName

protected String getFacetName()
Specified by:
getFacetName in class TobagoMenuExtensionHandler


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.