org.apache.myfaces.tobago.component
Class UITreeOld

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.UITreeOld
All Implemented Interfaces:
ActionSource, EditableValueHolder, NamingContainer, StateHolder, ValueHolder
Direct Known Subclasses:
UITreeListbox

Deprecated.

@Deprecated
public class UITreeOld
extends UIInput
implements NamingContainer, ActionSource


Nested Class Summary
static class UITreeOld.Command
          Deprecated.  
 
Field Summary
static String COMMAND_COPY
          Deprecated.  
static String COMMAND_CUT
          Deprecated.  
static String COMMAND_DELETE
          Deprecated.  
static String COMMAND_EDIT
          Deprecated.  
static String COMMAND_MOVE_DOWN
          Deprecated.  
static String COMMAND_MOVE_UP
          Deprecated.  
static String COMMAND_NEW
          Deprecated.  
static String COMMAND_PASTE
          Deprecated.  
static String COMMAND_PREFIX
          Deprecated.  
static String COMPONENT_TYPE
          Deprecated.  
static String FACET_TREE_NODE_COMMAND
          Deprecated.  
static String MARKER
          Deprecated.  
static String MESSAGE_NOT_LEAF
          Deprecated.  
static String PARAMETER_TREE_NODE_ID
          Deprecated.  
static String SCROLL_POSITION
          Deprecated.  
static String SELECT_STATE
          Deprecated.  
static String SEP
          Deprecated.  
static String TREE_DIV
          Deprecated.  
static String TREE_STATE
          Deprecated.  
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UITreeOld()
          Deprecated.  
 
Method Summary
 void addActionListener(ActionListener actionListener)
          Deprecated.  
 void broadcast(FacesEvent event)
          Deprecated.  
 void createDefaultToolbar(FacesContext facesContext)
          Deprecated.  
 void encodeBegin(FacesContext facesContext)
          Deprecated.  
 void encodeChildren(FacesContext context)
          Deprecated.  
 UITreeOldNode findUITreeNode(UITreeOldNode node, TreeNode treeNode)
          Deprecated.  
 MethodBinding getAction()
          Deprecated.  
 MethodBinding getActionListener()
          Deprecated.  
 ActionListener[] getActionListeners()
          Deprecated.  
 UITreeOld.Command[] getCommands()
          Deprecated.  
 String getMode()
          Deprecated.  
 boolean getRendersChildren()
          Deprecated.  
 UITreeOldNode getRoot()
          Deprecated.  
 TreeState getState()
          Deprecated.  
 Integer getTabIndex()
          Deprecated.  
 boolean isSelectableTree()
          Deprecated.  
 boolean isShowIcons()
          Deprecated.  
 boolean isShowJunctions()
          Deprecated.  
 boolean isShowRoot()
          Deprecated.  
 boolean isShowRootJunction()
          Deprecated.  
 void processDecodes(FacesContext facesContext)
          Deprecated.  
 void removeActionListener(ActionListener actionListener)
          Deprecated.  
 void restoreState(FacesContext context, Object state)
          Deprecated.  
 Object saveState(FacesContext context)
          Deprecated.  
 void setAction(MethodBinding methodBinding)
          Deprecated.  
 void setActionListener(MethodBinding actionListener)
          Deprecated.  
 void setMode(String mode)
          Deprecated.  
 void setShowIcons(boolean showIcons)
          Deprecated.  
 void setShowJunctions(boolean showJunctions)
          Deprecated.  
 void setShowRoot(boolean showRoot)
          Deprecated.  
 void setShowRootJunction(boolean showRootJunction)
          Deprecated.  
 void setState(TreeState state)
          Deprecated.  
 void setTabIndex(Integer tabIndex)
          Deprecated.  
 void updateModel(FacesContext facesContext)
          Deprecated.  
 void validate(FacesContext context)
          Deprecated.  
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, 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.ActionSource
isImmediate, setImmediate
 
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

MESSAGE_NOT_LEAF

public static final String MESSAGE_NOT_LEAF
Deprecated. 
See Also:
Constant Field Values

SEP

public static final String SEP
Deprecated. 
See Also:
Constant Field Values

TREE_DIV

public static final String TREE_DIV
Deprecated. 
See Also:
Constant Field Values

TREE_STATE

public static final String TREE_STATE
Deprecated. 
See Also:
Constant Field Values

SELECT_STATE

public static final String SELECT_STATE
Deprecated. 
See Also:
Constant Field Values

MARKER

public static final String MARKER
Deprecated. 
See Also:
Constant Field Values

SCROLL_POSITION

public static final String SCROLL_POSITION
Deprecated. 
See Also:
Constant Field Values

FACET_TREE_NODE_COMMAND

public static final String FACET_TREE_NODE_COMMAND
Deprecated. 
See Also:
Constant Field Values

PARAMETER_TREE_NODE_ID

public static final String PARAMETER_TREE_NODE_ID
Deprecated. 
See Also:
Constant Field Values

COMMAND_PREFIX

public static final String COMMAND_PREFIX
Deprecated. 
See Also:
Constant Field Values

COMMAND_NEW

public static final String COMMAND_NEW
Deprecated. 
See Also:
Constant Field Values

COMMAND_DELETE

public static final String COMMAND_DELETE
Deprecated. 
See Also:
Constant Field Values

COMMAND_EDIT

public static final String COMMAND_EDIT
Deprecated. 
See Also:
Constant Field Values

COMMAND_CUT

public static final String COMMAND_CUT
Deprecated. 
See Also:
Constant Field Values

COMMAND_COPY

public static final String COMMAND_COPY
Deprecated. 
See Also:
Constant Field Values

COMMAND_PASTE

public static final String COMMAND_PASTE
Deprecated. 
See Also:
Constant Field Values

COMMAND_MOVE_UP

public static final String COMMAND_MOVE_UP
Deprecated. 
See Also:
Constant Field Values

COMMAND_MOVE_DOWN

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

UITreeOld

public UITreeOld()
Deprecated. 
Method Detail

broadcast

public void broadcast(FacesEvent event)
               throws AbortProcessingException
Deprecated. 
Overrides:
broadcast in class UIInput
Throws:
AbortProcessingException

getAction

public MethodBinding getAction()
Deprecated. 
Specified by:
getAction in interface ActionSource

setAction

public void setAction(MethodBinding methodBinding)
Deprecated. 
Specified by:
setAction in interface ActionSource

getMode

public String getMode()
Deprecated. 

setMode

public void setMode(String mode)
Deprecated. 

getActionListener

public MethodBinding getActionListener()
Deprecated. 
Specified by:
getActionListener in interface ActionSource

setActionListener

public void setActionListener(MethodBinding actionListener)
Deprecated. 
Specified by:
setActionListener in interface ActionSource

addActionListener

public void addActionListener(ActionListener actionListener)
Deprecated. 
Specified by:
addActionListener in interface ActionSource

getActionListeners

public ActionListener[] getActionListeners()
Deprecated. 
Specified by:
getActionListeners in interface ActionSource

removeActionListener

public void removeActionListener(ActionListener actionListener)
Deprecated. 
Specified by:
removeActionListener in interface ActionSource

encodeBegin

public void encodeBegin(FacesContext facesContext)
                 throws IOException
Deprecated. 
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

createDefaultToolbar

public void createDefaultToolbar(FacesContext facesContext)
Deprecated. 

getRoot

public UITreeOldNode getRoot()
Deprecated. 

encodeChildren

public void encodeChildren(FacesContext context)
                    throws IOException
Deprecated. 
Overrides:
encodeChildren in class UIComponentBase
Throws:
IOException

findUITreeNode

public UITreeOldNode findUITreeNode(UITreeOldNode node,
                                    TreeNode treeNode)
Deprecated. 

getRendersChildren

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

isSelectableTree

public boolean isSelectableTree()
Deprecated. 

processDecodes

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

validate

public void validate(FacesContext context)
Deprecated. 
Overrides:
validate in class UIInput

updateModel

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

saveState

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

restoreState

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

getCommands

public UITreeOld.Command[] getCommands()
Deprecated. 

getState

public TreeState getState()
Deprecated. 

setState

public void setState(TreeState state)
Deprecated. 

isShowJunctions

public boolean isShowJunctions()
Deprecated. 

setShowJunctions

public void setShowJunctions(boolean showJunctions)
Deprecated. 

isShowIcons

public boolean isShowIcons()
Deprecated. 

setShowIcons

public void setShowIcons(boolean showIcons)
Deprecated. 

isShowRoot

public boolean isShowRoot()
Deprecated. 

setShowRoot

public void setShowRoot(boolean showRoot)
Deprecated. 

isShowRootJunction

public boolean isShowRootJunction()
Deprecated. 

setShowRootJunction

public void setShowRootJunction(boolean showRootJunction)
Deprecated. 

getTabIndex

public Integer getTabIndex()
Deprecated. 

setTabIndex

public void setTabIndex(Integer tabIndex)
Deprecated. 


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