org.jboss.seam.ui.handler
Class CommandButtonParameterComponentHandler

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.jboss.seam.ui.handler.CommandButtonParameterComponentHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class CommandButtonParameterComponentHandler
extends com.sun.facelets.tag.jsf.ComponentHandler

If user didn't specify id on button, do it for them (we need one rendered)

Author:
Pete Muir

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
CommandButtonParameterComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
           
 
Method Summary
protected  void onComponentCreated(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent c, javax.faces.component.UIComponent parent)
           
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, applyNextHandler, createComponent, createMetaRuleset, 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

CommandButtonParameterComponentHandler

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

onComponentCreated

protected void onComponentCreated(com.sun.facelets.FaceletContext ctx,
                                  javax.faces.component.UIComponent c,
                                  javax.faces.component.UIComponent parent)
Overrides:
onComponentCreated in class com.sun.facelets.tag.jsf.ComponentHandler


Copyright © 2011 JBoss. All Rights Reserved.