@doc alias="elem" hierarchy="GMLDOM" also="NavigationLink, DataLink">
Represents a data binding between two elements.
A bind link may be created between plugs in these cases:
Source plug | Source plug parent | Target plug | Target plug parent
@Outplug | @Configurable | @Inplug | @Interactor
@Outplug | @Configurable | @Inplug | @Usage!, @DataPort!
if infoshapes of the source and target elements are compatible (see @Infoshape!isCompatible)
Only one bind links can be connected to the same target element.
To override this behavior, override the method @Configurable!canConnectDataPlugs on the target plug's parent element.
(c) SAP AG 2003-2006. All rights reserved.
#INCLUDE[svg:defs.inc]
///////////////////////////////////////////////////////////////////////
// CLASS HEADER
Class BindLink inherit Link;
metadata title = '#TEXT[XTIT_BIND_LINK]';
metadata descr = '#TEXT[XTOL_BIND_LINK]';
attach svg:OrthogonalLine override {
arrowHead: #[SVG_NONE],
lineDash: '6 2',
cornerRadius: 7
}
///////////////////////////////////////////////////////////////////////
// METHODS