public class Link extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndConnectorType()
Description:
Specifies the type of end connector on the 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.
|
java.lang.String |
getLinkType()
Description:
Specifies the type 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 |
getTagName() |
boolean |
isRendered()
Description:
Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description:
Specifies whether the component is rendered.
|
void |
setEndConnectorType(java.lang.String endConnectorType)
Description:
Specifies the type of end connector on the 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 |
setLinkType(java.lang.String linkType)
Description:
Specifies the type 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 |
setRendered(boolean rendered)
Description:
Specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Specifies whether the component is rendered.
|
_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.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 java.lang.String getLinkType()
public void setLinkType(java.lang.String linkType)
linkType - the value of the linkType 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 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.