org.ploin.web.faces.validator
Class NumberOnlyValidator

java.lang.Object
  extended by org.ploin.web.faces.validator.PloinJsfValidator
      extended by org.ploin.web.faces.validator.NumberValidator
          extended by org.ploin.web.faces.validator.NumberOnlyValidator
All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator

public class NumberOnlyValidator
extends NumberValidator
implements Serializable

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
NumberOnlyValidator()
           
 
Method Summary
 void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 
Methods inherited from class org.ploin.web.faces.validator.NumberValidator
getValue
 
Methods inherited from class org.ploin.web.faces.validator.PloinJsfValidator
getLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberOnlyValidator

public NumberOnlyValidator()
Method Detail

validate

public void validate(javax.faces.context.FacesContext context,
                     javax.faces.component.UIComponent component,
                     Object value)
              throws javax.faces.validator.ValidatorException
Specified by:
validate in interface javax.faces.validator.Validator
Throws:
javax.faces.validator.ValidatorException


Copyright © 2012 PLOIN GmbH. All Rights Reserved.