wt.clients.beans.selectors
Class SQLDateComponentDelegate

java.lang.Object
  extended bywt.clients.beans.selectors.ComponentDelegateAdapter
      extended bywt.clients.beans.selectors.DateTimeComponentDelegate
          extended bywt.clients.beans.selectors.SQLDateComponentDelegate
All Implemented Interfaces:
ComponentDelegate, Externalizable, Serializable

public class SQLDateComponentDelegate
extends DateTimeComponentDelegate
implements Externalizable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private static String versionID
           
 
Fields inherited from class wt.clients.beans.selectors.ComponentDelegateAdapter
 
Constructor Summary
SQLDateComponentDelegate()
           
 
Method Summary
 Object getValue()
          Return the current value for the attribute as contained in the component used to display the attribute value.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  void readOldVersion(ObjectInput input, long readSerialVersionUID)
          Reads the non-transient fields of this class from an external source, which is not the current version.
 void setValue(Object value)
          Sets the current value for the attribute.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class wt.clients.beans.selectors.DateTimeComponentDelegate
getComponent
 
Methods inherited from class wt.clients.beans.selectors.ComponentDelegateAdapter
addObjectPropertyChangeListener, firePropertyChangeEvent, getComponentPreferredGridSize, getCurrentComponent, getCurrentComponentContext, getCurrentObject, getCurrentPropertyDescriptor, getCurrentValue, getObject, getObjectPropertyChangeListeners, getPropertyItem, hasOwnLabel, isDirect, isDirty, removeObjectPropertyChangeListener, setComponentContext, setCurrentComponent, setCurrentComponentContext, setCurrentObject, setCurrentPropertyDescriptor, setCurrentValue, setObject, setObjectPropertyChangeListeners, setPropertyDescriptor, setPropertyItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

versionID

private static final String versionID
See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SQLDateComponentDelegate

public SQLDateComponentDelegate()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class DateTimeComponentDelegate
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class DateTimeComponentDelegate
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readOldVersion

private void readOldVersion(ObjectInput input,
                            long readSerialVersionUID)
                     throws IOException,
                            ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
Throws:
IOException
ClassNotFoundException

getValue

public Object getValue()
                throws WTPropertyVetoException
Description copied from class: ComponentDelegateAdapter
Return the current value for the attribute as contained in the component used to display the attribute value.

Specified by:
getValue in interface ComponentDelegate
Overrides:
getValue in class DateTimeComponentDelegate
Returns:
Object
Throws:
WTPropertyVetoException

setValue

public void setValue(Object value)
Description copied from class: ComponentDelegateAdapter
Sets the current value for the attribute.

Specified by:
setValue in interface ComponentDelegate
Overrides:
setValue in class DateTimeComponentDelegate
Parameters:
value -