org.apache.myfaces.tobago.component
Class UITreeSelect
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
- All Implemented Interfaces:
- EditableValueHolder, StateHolder, ValueHolder, SupportsMarkup, Configurable
public class UITreeSelect
- extends org.apache.myfaces.tobago.internal.component.AbstractUITreeSelect
- implements SupportsMarkup
Makes a tree node selectable.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.TreeSelectTagDeclaration
.
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUITreeSelect |
updateModel |
Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, validate, validateValue |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UITreeSelect
public UITreeSelect()
getMarkup
public Markup getMarkup()
- Specified by:
getMarkup
in interface SupportsMarkup
setMarkup
public void setMarkup(Markup markup)
- Specified by:
setMarkup
in interface SupportsMarkup
getCurrentMarkup
public Markup getCurrentMarkup()
- Specified by:
getCurrentMarkup
in interface SupportsMarkup
- Specified by:
getCurrentMarkup
in interface Configurable
setCurrentMarkup
public void setCurrentMarkup(Markup currentMarkup)
- Specified by:
setCurrentMarkup
in interface SupportsMarkup
getLabel
public String getLabel()
- Text value to display as label.
If text contains an underscore the next character is used as accesskey.
setLabel
public void setLabel(String label)
isShowCheckbox
public boolean isShowCheckbox()
- Show a checkbox to visualize the selection state.
Default: false
setShowCheckbox
public void setShowCheckbox(boolean showCheckbox)
getTip
public String getTip()
- Text value to display as tooltip.
setTip
public void setTip(String tip)
restoreState
public void restoreState(FacesContext context,
Object componentState)
- Specified by:
restoreState
in interface StateHolder
- Overrides:
restoreState
in class UIInput
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
- Overrides:
saveState
in class UIInput
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.