Package | Description |
---|---|
ilog.views.gantt.property |
Provides interfaces and classes for accessing
arbitrary object properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvNumberProperty
IlvNumberProperty defines a common interface for accessing
a numeric property of target objects. |
interface |
IlvStringProperty
IlvStringProperty defines a common interface for accessing a
String property of target objects. |
interface |
IlvTimeProperty
IlvTimeProperty defines a common interface for accessing a
Date property of target objects. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractStringProperty
IlvAbstractStringProperty provides a common framework for
accessing arbitrary object properties via the generic IlvStringProperty
interface. |
class |
IlvAbstractUserDefinedProperty
IlvAbstractUserDefinedProperty provides a common framework
for accessing arbitrary user-defined properties of an
IlvUserPropertyHolder via the generic
IlvStringProperty interface. |
class |
IlvActivityEndTimeProperty
The class
IlvActivityEndTimeProperty is an adapter that allows the
end time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
class |
IlvActivityFormattedDurationProperty
IlvActivityFormattedDurationProperty is an adapter that allows
the time duration of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityFormattedEndTimeProperty
The class
IlvActivityFormattedEndTimeProperty is an adapter that allows
the end time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityFormattedStartTimeProperty
The class
IlvActivityFormattedStartTimeProperty is an adapter that allows
the start time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityIDProperty
IlvActivityIDProperty is an adapter that allows the id of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
class |
IlvActivityNameProperty
IlvActivityNameProperty is an adapter that allows the name of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
class |
IlvActivityReservationsProperty
IlvActivityReservationsProperty is an adapter that allows an
IlvActivity's list of reserved resources to be accessed
via the generic IlvStringProperty interface. |
class |
IlvActivityStartTimeProperty
IlvActivityStartTimeProperty is an adapter that allows the
start time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
class |
IlvActivityUserDefinedProperty
IlvActivityUserDefinedProperty is an adapter that allows
a user-defined property of an IlvGeneralActivity to be accessed
via the generic IlvStringProperty interface. |
class |
IlvCompositeStringProperty
IlvCompositeStringProperty represents a string property that is
composed of separate IlvStringProperty 's concatenated together. |
class |
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. |
class |
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. |
class |
IlvResourceIDProperty
IlvResourceIDProperty is an adapter that allows the id of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
IlvResourceNameProperty
IlvResourceNameProperty is an adapter that allows the name of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
IlvResourceQuantityProperty
The class
IlvResourceQuantityProperty is an adapter that allows the quantity of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
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.