| |
|
| java.lang.Object com.salmonllc.xml.TreeItemAddImage
TreeItemAddImage | public class TreeItemAddImage (Code) | | This datastructure is used to store the attributes for Image which is added to a node, TreeItem.
Creation date: (8/21/01 4:57:38 PM)
author: : DeepakAgarwal |
Constructor Summary | |
public | TreeItemAddImage() TreeItemAddImage constructor comment. |
TreeItemAddImage | public TreeItemAddImage()(Code) | | TreeItemAddImage constructor comment.
|
getHref | public java.lang.String getHref()(Code) | | Gets the link, href, if specified for additional image on tree nodes
Creation date: (8/21/01 4:59:02 PM)
java.lang.String |
getName | public java.lang.String getName()(Code) | | Gets the name for the TreeAdditionalAddImage Component
Creation date: (8/21/01 4:59:02 PM)
java.lang.String |
getSrc | public java.lang.String getSrc()(Code) | | Gets the source for the image used by Tree AdditionalImage component
Creation date: (8/21/01 4:59:02 PM)
java.lang.String |
getText | public java.lang.String getText()(Code) | | Gets the text used to display on Tree Additinal Image
Creation date: (8/21/01 4:59:02 PM)
java.lang.String |
isVisible | public boolean isVisible()(Code) | | Gets the flag 'Visible' for TreeAdditinalImage Tag
Creation date: (8/21/01 4:59:02 PM)
boolean |
setHref | public void setHref(java.lang.String newHref)(Code) | | Sets the Href link for Additional Image on Tree node
Creation date: (8/21/01 4:59:02 PM)
Parameters: newHref - java.lang.String |
setName | public void setName(java.lang.String newName)(Code) | | Sets the name of the component
Creation date: (8/21/01 4:59:02 PM)
Parameters: newName - java.lang.String |
setSrc | public void setSrc(java.lang.String newSrc)(Code) | | Sets the source for the additional image for a tree
Creation date: (8/21/01 4:59:02 PM)
Parameters: newSrc - java.lang.String |
setText | public void setText(java.lang.String newText)(Code) | | Sets the text used by component
Creation date: (8/21/01 4:59:02 PM)
Parameters: newText - java.lang.String |
setVisible | public void setVisible(boolean newVisible)(Code) | | Sets the visibility of Tree Additinal images on a node
Creation date: (8/21/01 4:59:02 PM)
Parameters: newVisible - boolean |
|
|
|