|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractGraphValidator
public abstract class AbstractGraphValidator
JSF component class
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
AbstractGraphValidator()
|
|
| Method Summary | |
|---|---|
javax.faces.validator.Validator |
createChildrenValidator(javax.faces.context.FacesContext context)
|
abstract Class<?>[] |
getGroups()
Get set of profiles for validation |
protected String |
getStateId(javax.faces.context.FacesContext context)
|
abstract String |
getSummary()
Get object for validation |
abstract String |
getType()
Get graph validator Id. |
protected org.richfaces.validator.GraphValidatorState |
getValidatorState(javax.faces.context.FacesContext context)
|
abstract Object |
getValue()
Get object for validation |
void |
processDecodes(javax.faces.context.FacesContext context)
|
void |
processUpdates(javax.faces.context.FacesContext context)
|
void |
processValidators(javax.faces.context.FacesContext context)
|
abstract void |
setGroups(Class<?>[] newvalue)
Set set of profiles for validation |
abstract void |
setSummary(String newvalue)
Set object for validation |
abstract void |
setType(String newvalue)
Set graph validator Id. |
abstract void |
setValue(Object newvalue)
Set object for validation |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public AbstractGraphValidator()
| Method Detail |
|---|
public abstract Object getValue()
public abstract void setValue(Object newvalue)
newvalue - public abstract String getSummary()
public abstract void setSummary(String newvalue)
newvalue - public abstract Class<?>[] getGroups()
public abstract void setGroups(Class<?>[] newvalue)
newvalue - public abstract String getType()
public abstract void setType(String newvalue)
newvalue - public void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBaseprotected String getStateId(javax.faces.context.FacesContext context)
protected org.richfaces.validator.GraphValidatorState getValidatorState(javax.faces.context.FacesContext context)
public void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic javax.faces.validator.Validator createChildrenValidator(javax.faces.context.FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||