|
||||||||||
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.UIGraphValidator
org.richfaces.component.html.HtmlGraphValidator
public class HtmlGraphValidator
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
HtmlGraphValidator()
|
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
java.util.Set |
getProfile()
Get set of profiles for validation |
java.lang.String |
getSummary()
Get object for validation |
java.lang.Object |
getValue()
Get object for validation |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setProfile(java.util.Set _profile)
Set set of profiles for validation |
void |
setSummary(java.lang.String _summary)
Set object for validation |
void |
setValue(java.lang.Object _value)
Set object for validation |
Methods inherited from class org.richfaces.component.UIGraphValidator |
---|
encodeBegin, encodeChildren, getRendersChildren, processUpdates |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public HtmlGraphValidator()
Method Detail |
---|
public java.util.Set getProfile()
UIGraphValidator
getProfile
in class UIGraphValidator
public void setProfile(java.util.Set _profile)
UIGraphValidator
setProfile
in class UIGraphValidator
public java.lang.String getSummary()
UIGraphValidator
getSummary
in class UIGraphValidator
public void setSummary(java.lang.String _summary)
UIGraphValidator
setSummary
in class UIGraphValidator
public java.lang.Object getValue()
UIGraphValidator
getValue
in class UIGraphValidator
public void setValue(java.lang.Object _value)
UIGraphValidator
setValue
in class UIGraphValidator
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |