org.apache.myfaces.tobago.component
Class UITreeOldNode

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by org.apache.myfaces.tobago.component.UITreeOldNode
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder

Deprecated.

@Deprecated
public class UITreeOldNode
extends UIInput


Field Summary
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
  UITreeOldNode()
          Deprecated.  
protected UITreeOldNode(UIComponent parent, int index)
          Deprecated.  
 
Method Summary
protected  void createTreeNodes()
          Deprecated.  
 UITreeOld findTreeRoot()
          Deprecated.  
 boolean getRendersChildren()
          Deprecated.  
 String getSubReference()
          Deprecated.  
 DefaultMutableTreeNode getTreeNode()
          Deprecated.  
 Object getValue()
          Deprecated.  
 void updateModel(FacesContext facesContext)
          Deprecated.  
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, restoreState, saveState, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeBegin, encodeChildren, encodeEnd, 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
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverter
 

Constructor Detail

UITreeOldNode

protected UITreeOldNode(UIComponent parent,
                        int index)
Deprecated. 

UITreeOldNode

public UITreeOldNode()
Deprecated. 
Method Detail

getRendersChildren

public boolean getRendersChildren()
Deprecated. 
Overrides:
getRendersChildren in class UIComponentBase

getSubReference

public String getSubReference()
Deprecated. 

getTreeNode

public DefaultMutableTreeNode getTreeNode()
Deprecated. 

getValue

public Object getValue()
Deprecated. 
Specified by:
getValue in interface ValueHolder
Overrides:
getValue in class UIInput

createTreeNodes

protected void createTreeNodes()
Deprecated. 

findTreeRoot

public UITreeOld findTreeRoot()
Deprecated. 

updateModel

public void updateModel(FacesContext facesContext)
Deprecated. 
Overrides:
updateModel in class UIInput


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.