org.apache.beehive.netui.tags.tree
Class TreeHtmlAttributeInfo

Object
  extended by 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

Field Summary
static int HTML_LOCATION_CNT
           
static int HTML_LOCATION_DIV
           
static int HTML_LOCATION_ICON
           
static int HTML_LOCATION_SELECTION_LINK
           
 
Constructor Summary
TreeHtmlAttributeInfo()
           
 
Method Summary
 String getAttribute()
           
 TreeElement getParent()
           
 String getValue()
           
 boolean isApplyToDescendents()
           
 boolean isOnDiv()
           
 boolean isOnIcon()
           
 boolean isOnSelectionLink()
           
 void setApplyToDescendents(boolean applyToDescendents)
           
 void setAttribute(String attribute)
           
 void setOnDiv(boolean onDiv)
           
 void setOnIcon(boolean onIcon)
           
 void setOnSelectionLink(boolean onSelectionLink)
           
 void setParent(TreeElement parent)
           
 void setValue(String value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TreeHtmlAttributeInfo

public TreeHtmlAttributeInfo()
Method Detail

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)