org.jboss.seam.ui.util.cdk
Class RendererUtils
java.lang.Object
org.jboss.seam.ui.util.cdk.RendererUtils
public class RendererUtils
- extends Object
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 |
RendererUtils
public RendererUtils()
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 © 2013 Seam Framework. All Rights Reserved.