|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface TreeNodeV2Interface
TreeNodeV2Interface is an interface for creating tree node.
TreeNode| Method Summary | |
|---|---|
abstract java.lang.String |
getAcessKey()
getAccessKey returns the accesskey for URL accessability. |
abstract java.lang.String |
getDefaultImageAltText()
getDefaultImageAltText reutrns the text which is to be used as alternate to an image. |
abstract java.lang.String |
getDescription()
Returns the description of this node. |
abstract java.lang.String |
getExpandedImageAltText()
getExpandedImageAltText returns the alternate text to the expanded image. |
abstract int |
getTabIndex()
getTabIndex returns the tab order value of the node. |
abstract java.lang.String |
getTitle()
getTitle returns the title to the URL link. |
abstract void |
setAccessKey(java.lang.String accessKey)
setAccessKey sets the accesskey if a URL link is being used. |
abstract void |
setDefaultImageAltText(java.lang.String defaultImageAltText)
setDefaultImageAltText sets the text used to describe an image in the viewer. |
abstract void |
setDescription(java.lang.String desc)
Sets the description associated with this node. |
abstract void |
setExpandedImageAltText(java.lang.String expandedImageAltText)
setExpandedImageAltText sets the alternate text to the expanded image in the viewer. |
abstract void |
setTabIndex(int tabIndex)
setTabIndex sets the tabbing order for access in viewer. |
abstract void |
setTitle(java.lang.String title)
setTitle sets the title to the URL link in the viewer. |
| Methods inherited from interface com.sas.models.TreeNodeInterface |
|---|
getDefaultImage, getExpandedImage, getName, getText, getURL, isExpanded, isLastNode, setDefaultImage, setExpanded, setExpandedImage, setLastNode, setName, setText, setURL |
| Methods inherited from interface com.sas.models.NodeInterface |
|---|
getNodeExpandedText, getNodeText, getNodeType |
| Methods inherited from interface com.sas.models.SimpleNodeInterface |
|---|
countNodeChildren, getNodeChild, getNodeChildCount, getNodeChildren, isLeafNode |
| Method Detail |
|---|
void setAccessKey(java.lang.String accessKey)
accessKey - key entry used as access key for link.java.lang.String getAcessKey()
void setTabIndex(int tabIndex)
tabIndex - the numeric order in which the tab key is used.int getTabIndex()
void setDefaultImageAltText(java.lang.String defaultImageAltText)
defaulImageAltText - alternate text for the image displayed in the viewer.java.lang.String getDefaultImageAltText()
void setExpandedImageAltText(java.lang.String expandedImageAltText)
expandedImageAltText - java.lang.String getExpandedImageAltText()
void setTitle(java.lang.String title)
title - descriptive title of the URL link.java.lang.String getTitle()
void setDescription(java.lang.String desc)
desc - The description of the nodejava.lang.String getDescription()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||