org.apache.myfaces.tobago.taglib.component
Class TreeOldTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.tobago.taglib.component.TobagoTag
          extended by org.apache.myfaces.tobago.taglib.component.TreeOldTag
All Implemented Interfaces:
JspTag, Tag, TobagoTagDeclaration, TreeOldTagDeclaration, HasActionListener, HasBinding, HasId, HasIdBindingAndRendered, HasIdReference, HasNameReference, HasState, HasTabIndex, HasTreeNodeValue, IsRendered, IsRequired

Deprecated.

@Deprecated
public class TreeOldTag
extends TobagoTag
implements TreeOldTagDeclaration


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TreeOldTag()
          Deprecated.  
 
Method Summary
 String getActionListener()
          Deprecated.  
 String getComponentType()
          Deprecated.  
 String getDisabledReference()
          Deprecated.  
 String getIdReference()
          Deprecated.  
 String getMode()
          Deprecated.  
 String getMutable()
          Deprecated.  
 String getNameReference()
          Deprecated.  
 String getRequired()
          Deprecated.  
 String getSelectable()
          Deprecated.  
 String getShowIcons()
          Deprecated.  
 String getShowJunctions()
          Deprecated.  
 String getShowRoot()
          Deprecated.  
 String getShowRootJunction()
          Deprecated.  
 String getState()
          Deprecated.  
 String getTabIndex()
          Deprecated.  
 String getValue()
          Deprecated.  
 void release()
          Deprecated.  
 void setActionListener(String actionListener)
          Deprecated. MethodBinding representing an action listener method that will be notified when this component is activated by the user.
 void setDisabledReference(String disabledReference)
          Deprecated. Bean property reference to fetch the disabled state for the treeNode's.
 void setIdReference(String idReference)
          Deprecated. Bean property reference to fetch the id for the treeNode's.
 void setMode(String mode)
          Deprecated. Display option: Normal tree or menu.
 void setMutable(String mutable)
          Deprecated.  
 void setNameReference(String nameReference)
          Deprecated. Bean property reference to fetch the label for the treeNode's.
protected  void setProperties(UIComponent component)
          Deprecated.  
 void setRequired(String required)
          Deprecated. Flag indicating that a value is required.
 void setSelectable(String selectable)
          Deprecated. Flag indicating whether or not this component should be render selectable items.
 void setShowIcons(String showIcons)
          Deprecated.  
 void setShowJunctions(String showJunctions)
          Deprecated.  
 void setShowRoot(String showRoot)
          Deprecated.  
 void setShowRootJunction(String showRootJunction)
          Deprecated.  
 void setState(String state)
          Deprecated. ValueBindingExpression pointing to a object to save the component's state.
 void setTabIndex(String tabIndex)
          Deprecated. Controls the navigation of the focus through the input controls on a page with the Tab-Key.
 void setTipReference(String tipReference)
          Deprecated. reference to tip value.
 void setValue(String value)
          Deprecated. A javax.swing.tree.TreeNode object to use as rootNode in the tree.
 
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 

Constructor Detail

TreeOldTag

public TreeOldTag()
Deprecated. 
Method Detail

getComponentType

public String getComponentType()
Deprecated. 
Specified by:
getComponentType in class UIComponentTag

setProperties

protected void setProperties(UIComponent component)
Deprecated. 
Overrides:
setProperties in class TobagoTag

release

public void release()
Deprecated. 
Specified by:
release in interface Tag
Overrides:
release in class TobagoTag

getValue

public String getValue()
Deprecated. 

setValue

public void setValue(String value)
Deprecated. 
Description copied from interface: HasTreeNodeValue
A javax.swing.tree.TreeNode object to use as rootNode in the tree.

Specified by:
setValue in interface HasTreeNodeValue

getState

public String getState()
Deprecated. 

setState

public void setState(String state)
Deprecated. 
Description copied from interface: HasState
ValueBindingExpression pointing to a object to save the component's state.

Specified by:
setState in interface HasState

getShowIcons

public String getShowIcons()
Deprecated. 

setActionListener

public void setActionListener(String actionListener)
Deprecated. 
Description copied from interface: HasActionListener
MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.

Specified by:
setActionListener in interface HasActionListener

getActionListener

public String getActionListener()
Deprecated. 

setShowIcons

public void setShowIcons(String showIcons)
Deprecated. 
Specified by:
setShowIcons in interface TreeOldTagDeclaration

getShowJunctions

public String getShowJunctions()
Deprecated. 

setShowJunctions

public void setShowJunctions(String showJunctions)
Deprecated. 
Specified by:
setShowJunctions in interface TreeOldTagDeclaration

getShowRoot

public String getShowRoot()
Deprecated. 

setShowRoot

public void setShowRoot(String showRoot)
Deprecated. 
Specified by:
setShowRoot in interface TreeOldTagDeclaration

getShowRootJunction

public String getShowRootJunction()
Deprecated. 

setShowRootJunction

public void setShowRootJunction(String showRootJunction)
Deprecated. 
Specified by:
setShowRootJunction in interface TreeOldTagDeclaration

getIdReference

public String getIdReference()
Deprecated. 

setIdReference

public void setIdReference(String idReference)
Deprecated. 
Description copied from interface: HasIdReference
Bean property reference to fetch the id for the treeNode's.
Example:
a idReference="userObject.id" try's to invoke <UITreeNode>.getUserObject().getId() to fetch the id.

Specified by:
setIdReference in interface HasIdReference

getSelectable

public String getSelectable()
Deprecated. 

setSelectable

public void setSelectable(String selectable)
Deprecated. 
Description copied from interface: TreeOldTagDeclaration
Flag indicating whether or not this component should be render selectable items. Possible values are: For any other value or if this attribute is omited the items are not selectable.

Specified by:
setSelectable in interface TreeOldTagDeclaration

getMutable

public String getMutable()
Deprecated. 

setMutable

public void setMutable(String mutable)
Deprecated. 
Specified by:
setMutable in interface TreeOldTagDeclaration

getNameReference

public String getNameReference()
Deprecated. 

setNameReference

public void setNameReference(String nameReference)
Deprecated. 
Description copied from interface: HasNameReference
Bean property reference to fetch the label for the treeNode's.
Example:
a idReference="userObject.name" try's to invoke <UITreeNode>.getUserObject().getName() to fetch the label.

Specified by:
setNameReference in interface HasNameReference

getDisabledReference

public String getDisabledReference()
Deprecated. 

setDisabledReference

public void setDisabledReference(String disabledReference)
Deprecated. 
Description copied from interface: TreeOldTagDeclaration
Bean property reference to fetch the disabled state for the treeNode's.
Example:
a disabledReference="userObject.disabled" try's to invoke <UITreeNode>.getUserObject().getDisabled() to fetch the state.

Specified by:
setDisabledReference in interface TreeOldTagDeclaration

getRequired

public String getRequired()
Deprecated. 

setRequired

public void setRequired(String required)
Deprecated. 
Description copied from interface: IsRequired
Flag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.

Specified by:
setRequired in interface IsRequired

getMode

public String getMode()
Deprecated. 

setMode

public void setMode(String mode)
Deprecated. 
Description copied from interface: TreeOldTagDeclaration
Display option: Normal tree or menu.

Specified by:
setMode in interface TreeOldTagDeclaration

setTipReference

public void setTipReference(String tipReference)
Deprecated. 
Description copied from interface: TreeOldTagDeclaration
reference to tip value.

Specified by:
setTipReference in interface TreeOldTagDeclaration

getTabIndex

public String getTabIndex()
Deprecated. 

setTabIndex

public void setTabIndex(String tabIndex)
Deprecated. 
Description copied from interface: HasTabIndex
Controls the navigation of the focus through the input controls on a page with the Tab-Key. The navigation starts from the element with the lowest tabIndex value to the element with the highest value. Elements that have identical tabIndex values should be navigated in the order they appear in the character stream Elements that are disabled or with a negative tabIndex do not participate in the tabbing order.

Specified by:
setTabIndex in interface HasTabIndex


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