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:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

Deprecated.

@Deprecated
public class UITreeOldNode
extends javax.faces.component.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(javax.faces.component.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(javax.faces.context.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(javax.faces.component.UIComponent parent,
                        int index)
Deprecated. 

UITreeOldNode

public UITreeOldNode()
Deprecated. 
Method Detail

getRendersChildren

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

getSubReference

public String getSubReference()
Deprecated. 

getTreeNode

public DefaultMutableTreeNode getTreeNode()
Deprecated. 

getValue

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

createTreeNodes

protected void createTreeNodes()
Deprecated. 

findTreeRoot

public UITreeOld findTreeRoot()
Deprecated. 

updateModel

public void updateModel(javax.faces.context.FacesContext facesContext)
Deprecated. 
Overrides:
updateModel in class javax.faces.component.UIInput


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