org.apache.myfaces.tobago.internal.component
Class AbstractUITreeData

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.internal.component.AbstractUITreeData
All Implemented Interfaces:
EventListener, javax.faces.component.EditableValueHolder, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, OnComponentCreated, TreeModelBuilder
Direct Known Subclasses:
UITreeData

Deprecated. since 2.0.0

@Deprecated
public abstract class AbstractUITreeData
extends javax.faces.component.UIInput
implements javax.faces.component.NamingContainer, TreeModelBuilder, OnComponentCreated


Field Summary
static String COMPONENT_TYPE
          Deprecated.  
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentCreated
MARKER
 
Constructor Summary
AbstractUITreeData()
          Deprecated.  
 
Method Summary
 void buildTreeModelBegin(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
          Deprecated. since 2.0.0
 void buildTreeModelChildren(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
          Deprecated. since 2.0.0
 void buildTreeModelEnd(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
          Deprecated. since 2.0.0
 String getVar()
          Deprecated.  
 void onComponentCreated(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent)
          Deprecated. Patch for backward compatibility.
 void restoreState(javax.faces.context.FacesContext context, Object componentState)
          Deprecated.  
 Object saveState(javax.faces.context.FacesContext context)
          Deprecated.  
 void setVar(String var)
          Deprecated.  
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
 
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
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AbstractUITreeData

public AbstractUITreeData()
Deprecated. 
Method Detail

onComponentCreated

public void onComponentCreated(javax.faces.context.FacesContext facesContext,
                               javax.faces.component.UIComponent parent)
Deprecated. 
Patch for backward compatibility.

Specified by:
onComponentCreated in interface OnComponentCreated

getVar

public String getVar()
Deprecated. 

setVar

public void setVar(String var)
Deprecated. 

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object componentState)
Deprecated. 
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIInput

saveState

public Object saveState(javax.faces.context.FacesContext context)
Deprecated. 
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIInput

buildTreeModelBegin

@Deprecated
public void buildTreeModelBegin(javax.faces.context.FacesContext facesContext,
                                           MixedTreeModel model)
Deprecated. since 2.0.0

Specified by:
buildTreeModelBegin in interface TreeModelBuilder

buildTreeModelChildren

@Deprecated
public void buildTreeModelChildren(javax.faces.context.FacesContext facesContext,
                                              MixedTreeModel model)
Deprecated. since 2.0.0

Specified by:
buildTreeModelChildren in interface TreeModelBuilder

buildTreeModelEnd

@Deprecated
public void buildTreeModelEnd(javax.faces.context.FacesContext facesContext,
                                         MixedTreeModel model)
Deprecated. since 2.0.0

Specified by:
buildTreeModelEnd in interface TreeModelBuilder


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.