Class TreeNode

java.lang.Object
io.vertigo.ui.impl.quasar.tree.TreeNode
All Implemented Interfaces:
Serializable

public class TreeNode extends Object implements Serializable
See Also:
  • Constructor Details

    • TreeNode

      public TreeNode()
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • getChildren

      public List<TreeNode> getChildren()
      Returns:
      the children
    • setChildren

      public void setChildren(List<TreeNode> children)
      Parameters:
      children - the children to set
    • getHeader

      public String getHeader()
      Returns:
      the header
    • setHeader

      public void setHeader(String header)
      Parameters:
      header - the header to set
    • getData

      public Map<String,Object> getData()
      Returns:
      the data
    • setData

      public void setData(Map<String,Object> data)
      Parameters:
      data - the data to set
    • getDisabled

      public Boolean getDisabled()
      Returns:
      the disabled
    • setDisabled

      public void setDisabled(Boolean disabled)
      Parameters:
      disabled - the disabled to set
    • getTickable

      public Boolean getTickable()
      Returns:
      the tickable
    • setTickable

      public void setTickable(Boolean tickable)
      Parameters:
      tickable - the tickable to set
    • getNoTick

      public Boolean getNoTick()
      Returns:
      the noTick
    • setNoTick

      public void setNoTick(Boolean noTick)
      Parameters:
      noTick - the noTick to set
    • getExpandable

      public Boolean getExpandable()
      Returns:
      the expandable
    • setExpandable

      public void setExpandable(Boolean expandable)
      Parameters:
      expandable - the expandable to set
    • getSelectable

      public Boolean getSelectable()
      Returns:
      the selectable
    • setSelectable

      public void setSelectable(Boolean selectable)
      Parameters:
      selectable - the selectable to set