org.openfaces.validator
Class DateTimeConverterClientValidator

java.lang.Object
  extended by org.openfaces.validator.AbstractClientValidator
      extended by org.openfaces.validator.DateTimeConverterClientValidator
All Implemented Interfaces:
AjaxSupportedConverter, ClientValidator

public class DateTimeConverterClientValidator
extends AbstractClientValidator
implements AjaxSupportedConverter


Constructor Summary
DateTimeConverterClientValidator()
           
 
Method Summary
 Converter getConverter(FacesContext context, org.openfaces.org.json.JSONObject jConverter)
           
 DateTimeConverter getDateTimeConverter()
           
 java.lang.String getJsValidatorName()
           
 void setDateTimeConverter(DateTimeConverter dateTimeConverter)
           
 
Methods inherited from class org.openfaces.validator.AbstractClientValidator
addJavascriptLibrary, getClientScript, getJavascriptLibraries
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeConverterClientValidator

public DateTimeConverterClientValidator()
Method Detail

getJsValidatorName

public java.lang.String getJsValidatorName()
Specified by:
getJsValidatorName in interface ClientValidator

setDateTimeConverter

public void setDateTimeConverter(DateTimeConverter dateTimeConverter)

getDateTimeConverter

public DateTimeConverter getDateTimeConverter()

getConverter

public Converter getConverter(FacesContext context,
                              org.openfaces.org.json.JSONObject jConverter)
Specified by:
getConverter in interface AjaxSupportedConverter


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.