See: Description
Interface | Description |
---|---|
IlvNumberProperty |
IlvNumberProperty defines a common interface for accessing
a numeric property of target objects. |
IlvProperty |
IlvProperty defines a common interface for accessing a property of
target objects. |
IlvStringProperty |
IlvStringProperty defines a common interface for accessing a
String property of target objects. |
IlvTimeProperty |
IlvTimeProperty defines a common interface for accessing a
Date property of target objects. |
IlvUserPropertyHolder |
IlvUserPropertyHolder defines the behavior of a data model
entity that supports user-defined properties. |
Class | Description |
---|---|
IlvAbstractStringProperty |
IlvAbstractStringProperty provides a common framework for
accessing arbitrary object properties via the generic IlvStringProperty
interface. |
IlvAbstractUserDefinedProperty |
IlvAbstractUserDefinedProperty provides a common framework
for accessing arbitrary user-defined properties of an
IlvUserPropertyHolder via the generic
IlvStringProperty interface. |
IlvActivityEndTimeProperty |
The class
IlvActivityEndTimeProperty is an adapter that allows the
end time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
IlvActivityFormattedDurationProperty |
IlvActivityFormattedDurationProperty is an adapter that allows
the time duration of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
IlvActivityFormattedEndTimeProperty |
The class
IlvActivityFormattedEndTimeProperty is an adapter that allows
the end time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
IlvActivityFormattedStartTimeProperty |
The class
IlvActivityFormattedStartTimeProperty is an adapter that allows
the start time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
IlvActivityIDProperty |
IlvActivityIDProperty is an adapter that allows the id of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
IlvActivityNameProperty |
IlvActivityNameProperty is an adapter that allows the name of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
IlvActivityReservationsProperty |
IlvActivityReservationsProperty is an adapter that allows an
IlvActivity's list of reserved resources to be accessed
via the generic IlvStringProperty interface. |
IlvActivityStartTimeProperty |
IlvActivityStartTimeProperty is an adapter that allows the
start time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
IlvActivityUserDefinedProperty |
IlvActivityUserDefinedProperty is an adapter that allows
a user-defined property of an IlvGeneralActivity to be accessed
via the generic IlvStringProperty interface. |
IlvCompositeStringProperty |
IlvCompositeStringProperty represents a string property that is
composed of separate IlvStringProperty 's concatenated together. |
IlvFormattedNumberProperty |
The class
IlvFormattedNumberProperty is an abstract adapter, whose
subclasses allow a numerical property of arbitrary objects to be accessed as
a String via the generic IlvStringProperty
interface. |
IlvFormattedTimeProperty |
The class
IlvFormattedTimeProperty is an abstract adapter, whose
subclasses allow a Date property of arbitrary objects
to be accessed as a String through the generic
IlvStringProperty interface. |
IlvPropertyComparator |
IlvPropertyComparator compares the value of a bean or
user-defined property on two data model objects. |
IlvPropertyDescriptor |
IlvPropertyDescriptor extends the capabilities of the
standard java.lang.reflect.PropertyDescriptor to describe a
user-defined property of an IlvUserPropertyHolder or a standard
JavaBean property. |
IlvResourceIDProperty |
IlvResourceIDProperty is an adapter that allows the id of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
IlvResourceNameProperty |
IlvResourceNameProperty is an adapter that allows the name of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
IlvResourceQuantityProperty |
The class
IlvResourceQuantityProperty is an adapter that allows the quantity of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
IlvResourceUserDefinedProperty |
IlvResourceUserDefinedProperty is an adapter that allows
a user-defined property of an IlvGeneralResource to be accessed
via the generic IlvStringProperty interface. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.