Interface | Description |
---|---|
IlpAttributeBindingContext |
This interface defines an API that provides the required runtime
information used by bindings (
IlpAbstractAttributeBinding )
when converting SDM model properties to/from TGO attributes. |
Class | Description |
---|---|
IlpAbstractAttributeBinding |
This class defines a binding between a TGO attribute
(
IlpAttribute ) of a given IlpClass and a SDM model
property (IlvSDMModel ). |
IlpAbstractPositionBinding<A> |
This class defines the base for TGO position attribute binding
to SDM model properties x and y.
|
IlpAlarmSeverityColorBinding |
This class defines a binding intended to convert a TGO alarm severity
attribute (
IltObject.NewAlarmHighestSeverityAttribute ,
NewImpactAlarmHighestSeverityAttribute ,
AlarmHighestSeverityAttribute ,
ImpactAlarmHighestSeverityAttribute ,
AckAlarmHighestSeverityAttribute and
AckImpactAlarmHighestSeverityAttribute ) into a SDM model
property representing the severity color. |
IlpDefaultAttributeBinding |
This class implements a default attribute binding that directly converts
a TGO attribute of type
Object to a SDM model property of the same
type, with no type conversion in between. |
IlpEnumBinding |
This class defines a binding between a TGO attributes
(
IlpAttribute ) of type IlEnum and a SDM model properties
of type String . |
IlpPointPositionBinding | |
IlpPolygonPositionBinding |
This class implements a default binding between TGO position
attribute of type
IlpPolygon and SDM x or y model
property of type Double . |
IlpPolylinePositionBinding |
This class implements a default binding between TGO position
attribute of type
IlpPolyline and SDM x or y model
property of type Double . |
IlpRectPositionBinding | |
IlpRelativePointPositionBinding |
This class implements a default binding between TGO position
attribute of type
IlpRelativePoint and SDM x or y
model property of type Double . |
IlpShelfItemPositionBinding |
This class implements a default binding between TGO position
attribute of type
IlpShelfItemPosition and SDM x or y
model property of type Double . |
IlpSlotSizesBinding |
This class implements a default binding between TGO slotSizes
attribute of type
IlpSlotSizes and SDM slotWidth or slotHeight model
property of type Integer . |
Enum | Description |
---|---|
IlpAbstractAttributeBinding.Type |
Enumeration defining the different types of binding, which are:
READ_ONLY The SDM model property can only be read
READ_WRITE The SDM model property can be updated
|
IlpAbstractPositionBinding.PropertyName |
Enumerator defining the two SDM model properties that can be bound.
|
IlpAlarmSeverityColorBinding.SeverityColors |
Defines the different variations of the severity color
|
IlpSlotSizesBinding.PropertyName |
Enumerator defining the two SDM model properties that can be bound.
|
Exception | Description |
---|---|
IlpAbstractAttributeBinding.ConversionFailedException |
This exception indicates that an attribute or property conversion failed.
|
IlpAbstractAttributeBinding.PropertyAlreadySetException |
This exception indicates that a binding property has been already set
and cannot be updated.
|
IlpInvalidBindingException |
This class defines an exception that is thrown when a binding
is not permitted, usually because the adapter is already representing
a data source.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.