org.apache.shale.clay.config.beans
Class ValidatorBean

java.lang.Object
  extended by org.apache.shale.clay.config.beans.AbstractBean
      extended by org.apache.shale.clay.config.beans.ComponentBean
          extended by org.apache.shale.clay.config.beans.InnerComponentBean
              extended by org.apache.shale.clay.config.beans.ValidatorBean
All Implemented Interfaces:
Serializable, Comparable

public class ValidatorBean
extends InnerComponentBean
implements Serializable

This meta component will be used to construct a JSF Validator. It is a subclass of ComponentBean where this class acts like an enumerated type.

See Also:
Serialized Form

Constructor Summary
ValidatorBean()
           
 
Method Summary
 String getId()
          Returns the ComponentBean's id.
 void setId(String id)
          Sets the ComponentBean's id.
 
Methods inherited from class org.apache.shale.clay.config.beans.InnerComponentBean
getIsAClientId
 
Methods inherited from class org.apache.shale.clay.config.beans.ComponentBean
addActionListener, addAttribute, addChild, addConverter, addSymbol, addValidator, addValueChangeListener, compareTo, getActionListenerIterator, getActionListeners, getAllowBody, getAttribute, getAttributeIterator, getAttributes, getChildren, getChildrenIterator, getComponentType, getConverter, getExtends, getFacetName, getHasAClientId, getHasAParent, getIsAParent, getIsBodyAllowed, getJsfid, getJspId, getSymbol, getSymbols, getValidatorIterator, getValidators, getValueChangeListenerIterator, getValueChangeListeners, isInheritanceFinal, setActionListeners, setAllowBody, setAttributes, setChildren, setComponentType, setExtends, setFacetName, setHasAParent, setInheritanceFinal, setIsAParent, setJsfid, setValidators, setValueChangeListeners, toString
 
Methods inherited from class org.apache.shale.clay.config.beans.AbstractBean
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorBean

public ValidatorBean()
Method Detail

getId

public String getId()

Returns the ComponentBean's id.

Overrides:
getId in class ComponentBean
Returns:
the validator's id

setId

public void setId(String id)

Sets the ComponentBean's id.

Overrides:
setId in class ComponentBean
Parameters:
id - validator's id


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.