public interface IlvNumberProperty extends IlvProperty
IlvNumberProperty
defines a common interface for accessing
a numeric property of target
objects. As such, this
is slightly different than an instance adapter since multiple target objects
can share the same IlvNumberProperty
instance.Modifier and Type | Method and Description |
---|---|
Number |
getValue(Object target)
Returns the value of the property represented by this adapter from the
specified
target object. |
void |
setValue(Object target,
Number value)
Sets the value of the property represented by this adapter in the
specified
target object. |
changedRowsIterator, getEventClass, isPropertyChangedEvent
Number getValue(Object target)
target
object.getValue
in interface IlvProperty
target
- the target object© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.