wt.clients.beans.selectors
Class UtilDateComponentDelegate
java.lang.Object
wt.clients.beans.selectors.ComponentDelegateAdapter
wt.clients.beans.selectors.DateTimeComponentDelegate
wt.clients.beans.selectors.UtilDateComponentDelegate
- All Implemented Interfaces:
- ComponentDelegate, Externalizable, Serializable
- public class UtilDateComponentDelegate
- extends DateTimeComponentDelegate
- implements Externalizable
- See Also:
- Serialized Form
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 |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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 |
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
UtilDateComponentDelegate
public UtilDateComponentDelegate()
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