public interface IlvTimeProperty extends IlvProperty
IlvTimeProperty
defines a common interface for accessing a
Date
property of target
objects. As such, this is slightly
different than an instance adapter since multiple target objects can share the same
IlvTimeProperty
instance.Modifier and Type | Method and Description |
---|---|
Date |
getValue(Object target)
Returns the value of the property represented by this adapter from the specified
target object. |
void |
setValue(Object target,
Object t)
Sets the value of the property represented by this adapter in the specified
target object. |
changedRowsIterator, getEventClass, isPropertyChangedEvent
Date getValue(Object target)
target
object.getValue
in interface IlvProperty
target
- the target objectvoid setValue(Object target, Object t)
target
object. The property types supported are defined by
IlvTimeUtil.coerce()
.target
- the target objectt
- the new value of the property. t
must be coercible to a
Date
, otherwise an IllegalArgumentException
will be thrown.IlvTimeUtil.coerce(java.lang.Object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.