public class

UITreeSelect

extends AbstractUITreeSelect
implements SupportsMarkup
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UIOutput
         ↳ javax.faces.component.UIInput
           ↳ javax.faces.component.UISelectBoolean
             ↳ org.apache.myfaces.tobago.internal.component.AbstractUITreeSelect
               ↳ org.apache.myfaces.tobago.component.UITreeSelect

Class Overview

Makes a tree node selectable. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.TreeSelectTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class javax.faces.component.UISelectBoolean
From class javax.faces.component.UIInput
From class javax.faces.component.UIOutput
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UITreeSelect()
Public Methods
Markup getCurrentMarkup()
String getLabel()
Text value to display as label.
Markup getMarkup()
String getTip()
Text value to display as tooltip.
boolean isDisabled()
Flag indicating that this element is disabled.
boolean isRequired()
Flag indicating that a value is required.
boolean isShowCheckbox()
Show a checkbox to visualize the selection state.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setCurrentMarkup(Markup currentMarkup)
void setDisabled(boolean disabled)
void setLabel(String label)
void setMarkup(Markup markup)
void setRequired(boolean required)
void setShowCheckbox(boolean showCheckbox)
void setTip(String tip)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.internal.component.AbstractUITreeSelect
From class javax.faces.component.UISelectBoolean
From class javax.faces.component.UIInput
From class javax.faces.component.UIOutput
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.EditableValueHolder
From interface javax.faces.component.StateHolder
From interface javax.faces.component.ValueHolder
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.TreeSelect"

Public Constructors

public UITreeSelect ()

Public Methods

public Markup getCurrentMarkup ()

public String getLabel ()

Text value to display as label. If text contains an underscore the next character is used as accesskey.

public Markup getMarkup ()

public String getTip ()

Text value to display as tooltip.

public boolean isDisabled ()

Flag indicating that this element is disabled.
Default: false

public boolean isRequired ()

Flag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.
Default: false

public boolean isShowCheckbox ()

Show a checkbox to visualize the selection state.
Default: false

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setCurrentMarkup (Markup currentMarkup)

public void setDisabled (boolean disabled)

public void setLabel (String label)

public void setMarkup (Markup markup)

public void setRequired (boolean required)

public void setShowCheckbox (boolean showCheckbox)

public void setTip (String tip)