public class FormBean extends Object implements Serializable
| Constructor and Description |
|---|
FormBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId(javax.faces.component.UIComponent component)
Gets the client of the form that contains the supplied component.
|
boolean |
isComponentsContainerReadonly(javax.faces.component.UIComponent component)
Determines whether the container that contains the supplied component is
readonly or not.
|
boolean |
isComponentsFormReadonly(javax.faces.component.UIComponent component)
Determines whether the form that contains the supplied component is
readonly or not.
|
public boolean isComponentsFormReadonly(javax.faces.component.UIComponent component)
component - The component on the form, to check for being readonly.JsfComponentUtil.isComponentsFormReadonly(UIComponent)public boolean isComponentsContainerReadonly(javax.faces.component.UIComponent component)
component - The component on the form, to check for being readonly.JsfComponentUtil.isComponentsContainerReadonly(UIComponent)public String getClientId(javax.faces.component.UIComponent component)
component - The component.NullPointerException - When the supplied component is null.IllegalArgumentException - When the supplied component is not
contained within a form.Copyright © 2008–2018. All rights reserved.