public class

UITreeIndent

extends AbstractUITreeIndent
implements SupportsMarkup
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UIGraphic
         ↳ org.apache.myfaces.tobago.internal.component.AbstractUITreeIndent
           ↳ org.apache.myfaces.tobago.component.UITreeIndent

Class Overview

Renders an indent beside a tree node. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.TreeIndentTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class javax.faces.component.UIGraphic
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UITreeIndent()
Public Methods
Markup getCurrentMarkup()
Markup getMarkup()
String getTip()
Text value to display as tooltip.
boolean isShowJunctions()
Show the lines and icons which are defining the tree structure.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setCurrentMarkup(Markup currentMarkup)
void setMarkup(Markup markup)
void setShowJunctions(boolean showJunctions)
void setTip(String tip)
[Expand]
Inherited Methods
From class javax.faces.component.UIGraphic
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder
From interface org.apache.myfaces.tobago.component.SupportsMarkup
From interface org.apache.myfaces.tobago.config.Configurable

Constants

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.TreeIndent"

Public Constructors

public UITreeIndent ()

Public Methods

public Markup getCurrentMarkup ()

public Markup getMarkup ()

public String getTip ()

Text value to display as tooltip.

public boolean isShowJunctions ()

Show the lines and icons which are defining the tree structure.
Default: true

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setCurrentMarkup (Markup currentMarkup)

public void setMarkup (Markup markup)

public void setShowJunctions (boolean showJunctions)

public void setTip (String tip)