public class Node extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClickBehavior()
Description: Specifies the override build-in action.
|
java.lang.String |
getDraggable()
Description: Specifies if a node is draggable.
|
int |
getHeight()
Description: Specifies the height of the node, in pixels, at full size
|
java.lang.String |
getHeightAsString()
Description: Specifies the height of the node, in pixels, at full size This method is provided as a convenience to be able to retrieve an EL that was set on the height attribute.
|
java.lang.String |
getId()
Description: the identifier for the component
|
java.lang.String |
getInlineStyle()
Description: The inline style of the hierarchy viewer node.
|
java.lang.String |
getShape()
Description: Specifies the shape of the node.
|
java.lang.String |
getShortDesc()
Description: Sets a short description of this node for user agents rendering to non-visual media (e.g.
|
java.lang.String |
getStyleClass()
Description: Sets a CSS style class to use for this component
|
java.lang.String |
getTagName() |
java.lang.String |
getType()
Description: Specifies the types of nodes this stamp should be used for.
|
int |
getWidth()
Description: Specifies the width of the node, in pixels, at full size
|
java.lang.String |
getWidthAsString()
Description: Specifies the width of the node, in pixels, at full size This method is provided as a convenience to be able to retrieve an EL that was set on the width attribute.
|
boolean |
isRendered()
Description: Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the component is rendered.
|
boolean |
isShowExpandChildren()
Description: Specifies whether the Expand Children action is rendered
|
java.lang.String |
isShowExpandChildrenAsString()
Description: Specifies whether the Expand Children action is rendered This method is provided as a convenience to be able to retrieve an EL that was set on the showExpandChildren attribute.
|
boolean |
isShowIsolate()
Description: Specifies whether the Isolate action is rendered
|
java.lang.String |
isShowIsolateAsString()
Description: Specifies whether the Isolate action is rendered This method is provided as a convenience to be able to retrieve an EL that was set on the showIsolate attribute.
|
boolean |
isShowNavigateUp()
Description: Specifies whether the Navigate Up action is rendered.
|
java.lang.String |
isShowNavigateUpAsString()
Description: Specifies whether the Navigate Up action is rendered.
|
void |
setClickBehavior(java.lang.String clickBehavior)
Description: Specifies the override build-in action.
|
void |
setDraggable(java.lang.String draggable)
Description: Specifies if a node is draggable.
|
void |
setHeight(int height)
Description: Specifies the height of the node, in pixels, at full size
|
void |
setHeightAsString(java.lang.String height)
Description: Specifies the height of the node, in pixels, at full size This method is provided as a convenience to be able to set an EL on the height attribute.
|
void |
setId(java.lang.String id)
Description: the identifier for the component
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description: The inline style of the hierarchy viewer node.
|
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 |
setShape(java.lang.String shape)
Description: Specifies the shape of the node.
|
void |
setShortDesc(java.lang.String shortDesc)
Description: Sets a short description of this node for user agents rendering to non-visual media (e.g.
|
void |
setShowExpandChildren(boolean showExpandChildren)
Description: Specifies whether the Expand Children action is rendered
|
void |
setShowExpandChildrenAsString(java.lang.String showExpandChildren)
Description: Specifies whether the Expand Children action is rendered This method is provided as a convenience to be able to set an EL on the showExpandChildren attribute.
|
void |
setShowIsolate(boolean showIsolate)
Description: Specifies whether the Isolate action is rendered
|
void |
setShowIsolateAsString(java.lang.String showIsolate)
Description: Specifies whether the Isolate action is rendered This method is provided as a convenience to be able to set an EL on the showIsolate attribute.
|
void |
setShowNavigateUp(boolean showNavigateUp)
Description: Specifies whether the Navigate Up action is rendered.
|
void |
setShowNavigateUpAsString(java.lang.String showNavigateUp)
Description: Specifies whether the Navigate Up action is rendered.
|
void |
setStyleClass(java.lang.String styleClass)
Description: Sets a CSS style class to use for this component
|
void |
setType(java.lang.String type)
Description: Specifies the types of nodes this stamp should be used for.
|
void |
setWidth(int width)
Description: Specifies the width of the node, in pixels, at full size
|
void |
setWidthAsString(java.lang.String width)
Description: Specifies the width of the node, in pixels, at full size This method is provided as a convenience to be able to set an EL on the width attribute.
|
_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 getClickBehavior()
public void setClickBehavior(java.lang.String clickBehavior)
clickBehavior
- the value of the clickBehavior attribute of the Tag this class represents.public java.lang.String getDraggable()
public void setDraggable(java.lang.String draggable)
draggable
- the value of the draggable attribute of the Tag this class represents.public int getHeight() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setHeight(int height)
height
- the value of the height attribute of the Tag this class represents.public java.lang.String getHeightAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setHeightAsString(java.lang.String height)
height
- the value of the height 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 getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the value of the inlineStyle 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 java.lang.String getShape()
public void setShape(java.lang.String shape)
shape
- the value of the shape 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 boolean isShowExpandChildren()
public void setShowExpandChildren(boolean showExpandChildren)
showExpandChildren
- the value of the showExpandChildren attribute of the Tag this class represents.public java.lang.String isShowExpandChildrenAsString()
public void setShowExpandChildrenAsString(java.lang.String showExpandChildren)
showExpandChildren
- the value of the showExpandChildren attribute of the Tag this class represents.public boolean isShowIsolate()
public void setShowIsolate(boolean showIsolate)
showIsolate
- the value of the showIsolate attribute of the Tag this class represents.public java.lang.String isShowIsolateAsString()
public void setShowIsolateAsString(java.lang.String showIsolate)
showIsolate
- the value of the showIsolate attribute of the Tag this class represents.public boolean isShowNavigateUp()
public void setShowNavigateUp(boolean showNavigateUp)
showNavigateUp
- the value of the showNavigateUp attribute of the Tag this class represents.public java.lang.String isShowNavigateUpAsString()
public void setShowNavigateUpAsString(java.lang.String showNavigateUp)
showNavigateUp
- the value of the showNavigateUp attribute of the Tag this class represents.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- the value of the styleClass attribute of the Tag this class represents.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the value of the type attribute of the Tag this class represents.public int getWidth() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setWidth(int width)
width
- the value of the width attribute of the Tag this class represents.public java.lang.String getWidthAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setWidthAsString(java.lang.String width)
width
- the value of the width attribute of the Tag this class represents.