to.etc.domui.converter
Class TimeOnlyConverter

java.lang.Object
  extended by to.etc.domui.converter.TimeOnlyConverter
All Implemented Interfaces:
IConverter<java.util.Date>, IObjectToStringConverter<java.util.Date>, IStringToObjectConverter<java.util.Date>

public class TimeOnlyConverter
extends java.lang.Object
implements IConverter<java.util.Date>


Constructor Summary
TimeOnlyConverter()
           
 
Method Summary
 java.lang.String convertObjectToString(java.util.Locale loc, java.util.Date in)
           
 java.util.Date convertStringToObject(java.util.Locale loc, java.lang.String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeOnlyConverter

public TimeOnlyConverter()
Method Detail

convertObjectToString

public java.lang.String convertObjectToString(java.util.Locale loc,
                                              java.util.Date in)
                                       throws UIException
Specified by:
convertObjectToString in interface IObjectToStringConverter<java.util.Date>
Throws:
UIException

convertStringToObject

public java.util.Date convertStringToObject(java.util.Locale loc,
                                            java.lang.String in)
                                     throws UIException
Specified by:
convertStringToObject in interface IStringToObjectConverter<java.util.Date>
Throws:
UIException