org.wings.text
Class SDateFormatter

java.lang.Object
  extended by org.wings.text.SAbstractFormatter
      extended by org.wings.text.SDefaultFormatter
          extended by org.wings.text.SInternationalFormatter
              extended by org.wings.text.SDateFormatter
All Implemented Interfaces:
Serializable

public class SDateFormatter
extends SInternationalFormatter

Author:
erik
See Also:
Serialized Form

Constructor Summary
SDateFormatter()
          Creates a new instance of SDateFormatter
SDateFormatter(DateFormat dateFormat)
           
 
Method Summary
 
Methods inherited from class org.wings.text.SInternationalFormatter
getFormat, getMaximum, getMinimum, setFormat, setMaximum, setMinimum, stringToValue, valueToString
 
Methods inherited from class org.wings.text.SDefaultFormatter
getValueClass, setValueClass
 
Methods inherited from class org.wings.text.SAbstractFormatter
getFormattedTextField, install, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDateFormatter

public SDateFormatter()
Creates a new instance of SDateFormatter


SDateFormatter

public SDateFormatter(DateFormat dateFormat)


wingS Swings ;-)