org.richfaces.component.html
Class HtmlGraphValidator

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.richfaces.component.UIGraphValidator
              extended by org.richfaces.component.html.HtmlGraphValidator
All Implemented Interfaces:
javax.faces.component.StateHolder

public class HtmlGraphValidator
extends UIGraphValidator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.richfaces.component.UIGraphValidator
UIGraphValidator.GraphValidatorState
 
Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class org.richfaces.component.UIGraphValidator
STATE_ATTRIBUTE_PREFIX
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
HtmlGraphValidator()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.Object getProfiles()
          Get set of profiles for validation
 java.lang.String getSummary()
          Get object for validation
 java.lang.String getType()
          Get graph validator Id.
 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 setProfiles(java.lang.Object _profiles)
          Set set of profiles for validation
 void setSummary(java.lang.String _summary)
          Set object for validation
 void setType(java.lang.String _type)
          Set graph validator Id.
 void setValue(java.lang.Object _value)
          Set object for validation
 
Methods inherited from class org.richfaces.component.UIGraphValidator
encodeBegin, encodeChildren, getRendersChildren, getStateId, getValidatorState, processDecodes, processUpdates, processValidators
 
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, processRestoreState, processSaveState, 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

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

HtmlGraphValidator

public HtmlGraphValidator()
Method Detail

getProfiles

public java.lang.Object getProfiles()
Description copied from class: UIGraphValidator
Get set of profiles for validation

Specified by:
getProfiles in class UIGraphValidator
Returns:

setProfiles

public void setProfiles(java.lang.Object _profiles)
Description copied from class: UIGraphValidator
Set set of profiles for validation

Specified by:
setProfiles in class UIGraphValidator

getSummary

public java.lang.String getSummary()
Description copied from class: UIGraphValidator
Get object for validation

Specified by:
getSummary in class UIGraphValidator
Returns:

setSummary

public void setSummary(java.lang.String _summary)
Description copied from class: UIGraphValidator
Set object for validation

Specified by:
setSummary in class UIGraphValidator

getType

public java.lang.String getType()
Description copied from class: UIGraphValidator
Get graph validator Id.

Specified by:
getType in class UIGraphValidator
Returns:

setType

public void setType(java.lang.String _type)
Description copied from class: UIGraphValidator
Set graph validator Id.

Specified by:
setType in class UIGraphValidator

getValue

public java.lang.Object getValue()
Description copied from class: UIGraphValidator
Get object for validation

Specified by:
getValue in class UIGraphValidator
Returns:

setValue

public void setValue(java.lang.Object _value)
Description copied from class: UIGraphValidator
Set object for validation

Specified by:
setValue in class UIGraphValidator

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIComponentBase

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIComponentBase


Copyright © 2010. All Rights Reserved.