public class DiagramLink extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
DiagramLink() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndConnectorType()
Description: Specifies the type of end connector on the link.
|
java.lang.Object |
getEndNode()
Description: Specifies the end node for this link.
|
java.lang.String |
getId()
Description: the identifier for the component
|
java.lang.String |
getLabel()
Description: Label of the link
|
java.lang.String |
getLinkColor()
Description: color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
|
java.lang.String |
getLinkStyle()
Description: Specifies the style of the link.
|
int |
getLinkWidth()
Description: width of the link, in pixels
|
java.lang.String |
getLinkWidthAsString()
Description: width of the link, in pixels This method is provided as a convenience to be able to retrieve an EL that was set on the linkWidth attribute.
|
java.lang.String |
getShortDesc()
Description: The short description of this component.
|
java.lang.String |
getStartConnectorType()
Description: Specifies the type of start connector on the link.
|
java.lang.Object |
getStartNode()
Description: Specifies the start node for this link.
|
java.lang.String |
getTagName() |
boolean |
isReadOnly()
Description: Specifies whether this link is read-only or not (false by default, but depends on component-level readOnly property as well)
|
java.lang.String |
isReadOnlyAsString()
Description: Specifies whether this link is read-only or not (false by default, but depends on component-level readOnly property as well) This method is provided as a convenience to be able to retrieve an EL that was set on the readOnly attribute.
|
boolean |
isRendered()
Description: Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the component is rendered.
|
boolean |
isSelectable()
Description: Specifies whether this link can be selected (true by default)
|
java.lang.String |
isSelectableAsString()
Description: Specifies whether this link can be selected (true by default) This method is provided as a convenience to be able to retrieve an EL that was set on the selectable attribute.
|
void |
setEndConnectorType(java.lang.String endConnectorType)
Description: Specifies the type of end connector on the link.
|
void |
setEndNode(java.lang.Object endNode)
Description: Specifies the end node for this link.
|
void |
setId(java.lang.String id)
Description: the identifier for the component
|
void |
setLabel(java.lang.String label)
Description: Label of the link
|
void |
setLinkColor(java.lang.String linkColor)
Description: color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
|
void |
setLinkStyle(java.lang.String linkStyle)
Description: Specifies the style of the link.
|
void |
setLinkWidth(int linkWidth)
Description: width of the link, in pixels
|
void |
setLinkWidthAsString(java.lang.String linkWidth)
Description: width of the link, in pixels This method is provided as a convenience to be able to set an EL on the linkWidth attribute.
|
void |
setReadOnly(boolean readOnly)
Description: Specifies whether this link is read-only or not (false by default, but depends on component-level readOnly property as well)
|
void |
setReadOnlyAsString(java.lang.String readOnly)
Description: Specifies whether this link is read-only or not (false by default, but depends on component-level readOnly property as well) This method is provided as a convenience to be able to set an EL on the readOnly attribute.
|
void |
setRendered(boolean rendered)
Description: Specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Specifies whether the component is rendered.
|
void |
setSelectable(boolean selectable)
Description: Specifies whether this link can be selected (true by default)
|
void |
setSelectableAsString(java.lang.String selectable)
Description: Specifies whether this link can be selected (true by default) This method is provided as a convenience to be able to set an EL on the selectable attribute.
|
void |
setShortDesc(java.lang.String shortDesc)
Description: The short description of this component.
|
void |
setStartConnectorType(java.lang.String startConnectorType)
Description: Specifies the type of start connector on the link.
|
void |
setStartNode(java.lang.Object startNode)
Description: Specifies the start node for this link.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getEndConnectorType()
public void setEndConnectorType(java.lang.String endConnectorType)
endConnectorType - the value of the endConnectorType attribute of the Tag this class represents.public java.lang.Object getEndNode()
public void setEndNode(java.lang.Object endNode)
endNode - the value of the endNode attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the value of the label attribute of the Tag this class represents.public java.lang.String getLinkColor()
public void setLinkColor(java.lang.String linkColor)
linkColor - the value of the linkColor attribute of the Tag this class represents.public java.lang.String getLinkStyle()
public void setLinkStyle(java.lang.String linkStyle)
linkStyle - the value of the linkStyle attribute of the Tag this class represents.
public int getLinkWidth()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setLinkWidth(int linkWidth)
linkWidth - the value of the linkWidth attribute of the Tag this class represents.
public java.lang.String getLinkWidthAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setLinkWidthAsString(java.lang.String linkWidth)
linkWidth - the value of the linkWidth attribute of the Tag this class represents.public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the value of the readOnly attribute of the Tag this class represents.public java.lang.String isReadOnlyAsString()
public void setReadOnlyAsString(java.lang.String readOnly)
readOnly - the value of the readOnly attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public boolean isSelectable()
public void setSelectable(boolean selectable)
selectable - the value of the selectable attribute of the Tag this class represents.public java.lang.String isSelectableAsString()
public void setSelectableAsString(java.lang.String selectable)
selectable - the value of the selectable attribute of the Tag this class represents.public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc - the value of the shortDesc attribute of the Tag this class represents.public java.lang.String getStartConnectorType()
public void setStartConnectorType(java.lang.String startConnectorType)
startConnectorType - the value of the startConnectorType attribute of the Tag this class represents.public java.lang.Object getStartNode()
public void setStartNode(java.lang.Object startNode)
startNode - the value of the startNode attribute of the Tag this class represents.