@API(type=NOT_EXTENDABLE, src=PUBLIC) public class RenderingInformation extends BasicRenderingInformation
Constructor and Description |
---|
RenderingInformation(AuthorNode node,
java.lang.String renderedText,
java.lang.String additionalRenderedText,
java.lang.String tooltipText) |
RenderingInformation(AuthorNode node,
java.lang.String renderedText,
java.lang.String additionalRenderedText,
java.lang.String additionalRenderedAttributeValue,
java.lang.String tooltipText) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalRenderedAttributeValue()
Get the additional rendered attribute value.
|
java.lang.String |
getAdditionalRenderedText()
The additional rendered text.
|
AuthorNode |
getNode() |
boolean |
isIgnoreNodeFromDisplay()
Check if this node should be ignored for display, used only on the breadcrumb.
|
void |
setAdditionalRenderedAttributeValue(java.lang.String additionalRenderedAttributeValue)
Set the additional rendered attribute value.
|
void |
setAdditionalRenderedText(java.lang.String additionalRenderedText)
The additional rendered text.
|
void |
setIgnoreNodeFromDisplay(boolean ignoreNodeFromDisplay)
Set this to
true to ignore this node from being displayed. |
getIconPath, getRenderedText, getTooltipText, setIconPath, setRenderedText, setTooltipText
public RenderingInformation(AuthorNode node, java.lang.String renderedText, java.lang.String additionalRenderedText, java.lang.String tooltipText)
node
- The node to renderrenderedText
- The rendered text. This will be used both in the Outliner and the Bread Crumb.
By default it is usually the node name.additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content.tooltipText
- The tooltip text which will appear in the tooltip associated with the nodepublic RenderingInformation(AuthorNode node, java.lang.String renderedText, java.lang.String additionalRenderedText, java.lang.String additionalRenderedAttributeValue, java.lang.String tooltipText)
node
- The node to renderrenderedText
- The rendered text. This will be used both in the Outliner and the Bread Crumb.
By default it is usually the node name.additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content .additionalRenderedAttributeValue
- The additional rendered attribute value. This will be used only in the Outliner.
By default it shows the value of the first attribute.tooltipText
- The tooltip text which will appear in the tooltip associated with the nodepublic void setAdditionalRenderedText(java.lang.String additionalRenderedText)
additionalRenderedText
- The additional rendered text. This will be used only in the Outliner.
By default it shows some node text content.public void setAdditionalRenderedAttributeValue(java.lang.String additionalRenderedAttributeValue)
additionalRenderedAttributeValue
- The additional rendered attribute value.public java.lang.String getAdditionalRenderedText()
public java.lang.String getAdditionalRenderedAttributeValue()
public AuthorNode getNode()
public void setIgnoreNodeFromDisplay(boolean ignoreNodeFromDisplay)
true
to ignore this node from being displayed.
This takes effect only on the Breadcrumb Customizer.ignoreNodeFromDisplay
- Set this to true
to ignore this node from being displayed.public boolean isIgnoreNodeFromDisplay()
true
to ignore this node from being displayed.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.