org.apache.myfaces.tobago.renderkit
Class CommandRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.tobago.renderkit.RendererBase
          extended by org.apache.myfaces.tobago.renderkit.CommandRendererBase
All Implemented Interfaces:
TobagoRenderer

public abstract class CommandRendererBase
extends RendererBase


Field Summary
 
Fields inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
BEGIN_POSTFIX, CHILDREN_POSTFIX, END_POSTFIX
 
Constructor Summary
CommandRendererBase()
           
 
Method Summary
static String appendConfirmationScript(String onclick, UIComponent component, FacesContext facesContext)
           
 void decode(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
checkForCommandFacet, checkForCommandFacet, encodeBegin, encodeBeginTobago, encodeChildren, encodeChildrenTobago, encodeEnd, encodeEndTobago, getComponentExtraHeight, getComponentExtraWidth, getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getFixedHeight, getFixedSpace, getFixedWidth, getFormattedValue, getFormattedValue, getHeaderHeight, getMinimumSize, getPaddingHeight, getPaddingWidth, getRendererName, getValue
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandRendererBase

public CommandRendererBase()
Method Detail

decode

public void decode(FacesContext facesContext,
                   UIComponent component)
Overrides:
decode in class RendererBase

appendConfirmationScript

public static String appendConfirmationScript(String onclick,
                                              UIComponent component,
                                              FacesContext facesContext)


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