org.jboss.seam.ui.util.cdk
public class RendererUtils extends Object
Constructor and Description |
---|
RendererUtils() |
Modifier and Type | Method and Description |
---|---|
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) |
public javax.faces.component.UIComponent getForm(javax.faces.component.UIComponent component)
UIForm
we can't cast to UIForm.public boolean isCommandButton(javax.faces.component.UIComponent cmp)
public boolean isForm(javax.faces.component.UIComponent cmp)
Copyright © 2015 Seam Framework. All Rights Reserved.