org.apache.myfaces.tobago.component
Class AbstractUITree
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.apache.myfaces.tobago.component.AbstractUITree
- All Implemented Interfaces:
- EditableValueHolder, NamingContainer, StateHolder, ValueHolder
public abstract class AbstractUITree
- extends UIInput
- implements NamingContainer
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processUpdates, processValidators, removeValidator, removeValueChangeListener, restoreState, saveState, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validateValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, encodeBegin, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| 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
MESSAGE_NOT_LEAF
public static final String MESSAGE_NOT_LEAF
- See Also:
- Constant Field Values
SEP
public static final String SEP
- See Also:
- Constant Field Values
TREE_STATE
public static final String TREE_STATE
- See Also:
- Constant Field Values
SELECT_STATE
public static final String SELECT_STATE
- See Also:
- Constant Field Values
MARKER
public static final String MARKER
- See Also:
- Constant Field Values
FACET_TREE_NODE_COMMAND
public static final String FACET_TREE_NODE_COMMAND
- See Also:
- Constant Field Values
PARAMETER_TREE_NODE_ID
public static final String PARAMETER_TREE_NODE_ID
- See Also:
- Constant Field Values
AbstractUITree
public AbstractUITree()
getRoot
public UIComponent getRoot()
encodeEnd
public void encodeEnd(FacesContext context)
throws IOException
- Overrides:
encodeEnd in class UIComponentBase
- Throws:
IOException
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren in class UIComponentBase
isSelectableTree
public boolean isSelectableTree()
processDecodes
public void processDecodes(FacesContext facesContext)
- Overrides:
processDecodes in class UIInput
validate
public void validate(FacesContext context)
- Overrides:
validate in class UIInput
updateModel
public void updateModel(FacesContext facesContext)
- Overrides:
updateModel in class UIInput
getMode
public abstract String getMode()
isShowIcons
public abstract boolean isShowIcons()
isShowJunctions
public abstract boolean isShowJunctions()
isShowRootJunction
public abstract boolean isShowRootJunction()
isShowRoot
public abstract boolean isShowRoot()
getModel
public MixedTreeModel getModel()
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.