public class DiagramNodesExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
DiagramNodesExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinding()
Description: Specifies a binding reference to store a specific instance of UIDiagramNodes from a backing bean.
|
java.lang.Object |
getCenterRowKey()
Description: The rowKey of a node that should be panned to the center of the viewport.
|
java.util.List<DiagramNode> |
getDiagramNode()
Description: The diagram node component is used to stamp out nodes in a diagram.
|
java.lang.String |
getGroupBy()
Description: A (space-separated) list of attributeGroup IDs that should be used to group Nodes together.
|
java.lang.String |
getHighlightBehavior()
Description: Specifies the highlight behavior when hovering over a Node in the Diagram.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getTagName() |
java.lang.String |
getValue()
Description: The data model for the DiagramNodes - can be an instance of javax.faces.CollectionModel
|
java.lang.String |
getVar()
Description: Name of the EL variable used to reference each element of this collection.
|
java.lang.String |
getVarStatus()
Description: Name of the EL variable used to reference the varStatus information.
|
void |
setBinding(java.lang.String binding)
Description: Specifies a binding reference to store a specific instance of UIDiagramNodes from a backing bean.
|
void |
setCenterRowKey(java.lang.Object centerRowKey)
Description: The rowKey of a node that should be panned to the center of the viewport.
|
void |
setDiagramNode(java.util.List<DiagramNode> diagramNode)
Description: The diagram node component is used to stamp out nodes in a diagram.
|
void |
setGroupBy(java.lang.String groupBy)
Description: A (space-separated) list of attributeGroup IDs that should be used to group Nodes together.
|
void |
setHighlightBehavior(java.lang.String highlightBehavior)
Description: Specifies the highlight behavior when hovering over a Node in the Diagram.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setValue(java.lang.String value)
Description: The data model for the DiagramNodes - can be an instance of javax.faces.CollectionModel
|
void |
setVar(java.lang.String var)
Description: Name of the EL variable used to reference each element of this collection.
|
void |
setVarStatus(java.lang.String varStatus)
Description: Name of the EL variable used to reference the varStatus information.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- the value of the binding attribute of the Tag this class represents.public java.lang.Object getCenterRowKey()
public void setCenterRowKey(java.lang.Object centerRowKey)
centerRowKey
- the value of the centerRowKey attribute of the Tag this class represents.public java.lang.String getGroupBy()
public void setGroupBy(java.lang.String groupBy)
groupBy
- the value of the groupBy attribute of the Tag this class represents.public java.lang.String getHighlightBehavior()
public void setHighlightBehavior(java.lang.String highlightBehavior)
highlightBehavior
- the value of the highlightBehavior 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 getValue()
public void setValue(java.lang.String value)
value
- the value of the value attribute of the Tag this class represents.public java.lang.String getVar()
public void setVar(java.lang.String var)
var
- the value of the var attribute of the Tag this class represents.public java.lang.String getVarStatus()
public void setVarStatus(java.lang.String varStatus)
varStatus
- the value of the varStatus attribute of the Tag this class represents.public java.util.List<DiagramNode> getDiagramNode()
public void setDiagramNode(java.util.List<DiagramNode> diagramNode)
diagramNode
- a list of DiagramNode objects.