org.apache.beehive.netui.tags.tree
Class TreeHtmlAttributeInfo
Object
TreeHtmlAttributeInfo
- All Implemented Interfaces:
- Serializable
public class TreeHtmlAttributeInfo
- extends Object
- implements Serializable
This structure is used to track the use of HTML attributes within a tree item.
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_LOCATION_DIV
public static final int HTML_LOCATION_DIV
- See Also:
- Constant Field Values
HTML_LOCATION_ICON
public static final int HTML_LOCATION_ICON
- See Also:
- Constant Field Values
HTML_LOCATION_SELECTION_LINK
public static final int HTML_LOCATION_SELECTION_LINK
- See Also:
- Constant Field Values
HTML_LOCATION_CNT
public static final int HTML_LOCATION_CNT
- See Also:
- Constant Field Values
TreeHtmlAttributeInfo
public TreeHtmlAttributeInfo()
getAttribute
public String getAttribute()
setAttribute
public void setAttribute(String attribute)
getValue
public String getValue()
setValue
public void setValue(String value)
getParent
public TreeElement getParent()
setParent
public void setParent(TreeElement parent)
isApplyToDescendents
public boolean isApplyToDescendents()
setApplyToDescendents
public void setApplyToDescendents(boolean applyToDescendents)
isOnDiv
public boolean isOnDiv()
setOnDiv
public void setOnDiv(boolean onDiv)
isOnIcon
public boolean isOnIcon()
setOnIcon
public void setOnIcon(boolean onIcon)
isOnSelectionLink
public boolean isOnSelectionLink()
setOnSelectionLink
public void setOnSelectionLink(boolean onSelectionLink)