org.jboss.seam.ui.util.cdk
Class RendererUtils

java.lang.Object
  extended by org.jboss.seam.ui.util.cdk.RendererUtils

public class RendererUtils
extends java.lang.Object


Constructor Summary
RendererUtils()
           
 
Method Summary
 javax.faces.component.UIComponent getForm(javax.faces.component.UIComponent component)
          Since Trinidad, and possibly other JSF implementations don't always subclass from UIForm we can't cast to UIForm.
 boolean isCommandButton(javax.faces.component.UIComponent cmp)
           
 boolean isForm(javax.faces.component.UIComponent cmp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererUtils

public RendererUtils()
Method Detail

getForm

public javax.faces.component.UIComponent getForm(javax.faces.component.UIComponent component)
Since Trinidad, and possibly other JSF implementations don't always subclass from UIForm we can't cast to UIForm.


isCommandButton

public boolean isCommandButton(javax.faces.component.UIComponent cmp)

isForm

public boolean isForm(javax.faces.component.UIComponent cmp)


Copyright © 2008 JBoss. All Rights Reserved.