@Generated(value={"RichFaces CDK","4.3.0.20120802-M1"}) public class UIGraphValidator extends AbstractGraphValidator
The <rich:graphValidator> component is used to wrap a set of input components related to one object. The object defined by the <rich:graphValidator> component can then be completely validated. The validation includes all object properties, even those which are not bound to the individual form components. Validation performed in this way allows for cross-field validation in complex forms.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIGraphValidator.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIGraphValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
Class<?>[] |
getGroups()
Get set of profiles for validation
|
String |
getSummary()
Get object for validation
|
String |
getType()
Get graph validator Id.
|
Object |
getValue()
Get object for validation
|
void |
setGroups(Class<?>[] groups)
Set set of profiles for validation
|
void |
setSummary(String summary)
Set object for validation
|
void |
setType(String type)
Set graph validator Id.
|
void |
setValue(Object value)
Set object for validation
|
createChildrenValidator, getValidatorState, processDecodes, processUpdates, processValidatorsaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Class<?>[] getGroups()
AbstractGraphValidatorgetGroups in class AbstractGraphValidatorpublic void setGroups(Class<?>[] groups)
AbstractGraphValidatorsetGroups in class AbstractGraphValidatorpublic String getSummary()
AbstractGraphValidatorgetSummary in class AbstractGraphValidatorpublic void setSummary(String summary)
AbstractGraphValidatorsetSummary in class AbstractGraphValidatorpublic String getType()
AbstractGraphValidatorgetType in class AbstractGraphValidatorpublic void setType(String type)
AbstractGraphValidatorsetType in class AbstractGraphValidatorpublic Object getValue()
AbstractGraphValidatorgetValue in class AbstractGraphValidatorpublic void setValue(Object value)
AbstractGraphValidatorsetValue in class AbstractGraphValidatorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.