public class IlpDefaultNetworkLink extends IlpAbstractRepresentationLink implements IlpMutableNetworkLink
IlpNetworkLink
.VALUE_NOT_SET
Constructor and Description |
---|
IlpDefaultNetworkLink(IlpAttributeGroup model)
Creates a new link without child objects.
|
IlpDefaultNetworkLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link.
|
IlpDefaultNetworkLink(IlpObject object)
Creates a new link without child objects, attached to a business object.
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new link without child objects, attached to a business object.
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object.
|
addRepresentationLinkListener, fireRepresentationLinkEvent, getFromNode, getToNode, removeRepresentationLinkListener, setFromNode, setToNode
addAttributeValueListener, addChild, addChildren, addChildren, addRepresentationNodeListener, addTreeAttributeValueListener, fireEvent, fireRepresentationNodeEvent, getAllowsChildren, getAttributeGroup, getAttributeValue, getAttributeValue, getChildren, getCSSClasses, getCSSID, getCSSType, getEditor, getExpansionStrategy, getIlpObject, getLogger, getParent, hasAttributeValue, isLeaf, removeAttributeValueListener, removeChild, removeChildren, removeChildren, removeChildren, removeRepresentationNodeListener, removeTreeAttributeValueListener, setAttributeValue, setAttributeValue, setParent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setFromNode, setToNode
addChild, addChildren, addChildren, removeChild, removeChildren, removeChildren, removeChildren
addRepresentationLinkListener, getFromNode, getToNode, removeRepresentationLinkListener
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener
getEditor, getIlpObject
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue
public IlpDefaultNetworkLink(IlpAttributeGroup model)
model
- The attribute group.public IlpDefaultNetworkLink(IlpAttributeGroup model, IlpExpansionStrategy strategy)
model
- The attribute group.strategy
- The child object loader, or null
for a leaf node.public IlpDefaultNetworkLink(IlpObject object)
object
- The corresponding business object.public IlpDefaultNetworkLink(IlpObject object, IlpExtendedAttributeGroup model)
object
- The corresponding business object.model
- The attribute group.public IlpDefaultNetworkLink(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy)
object
- The corresponding business object.model
- The attribute group.strategy
- The child object loader, or null
for a leaf node.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.