org.apache.myfaces.tobago.taglib.component
Interface TreeOldTagDeclaration
- All Superinterfaces:
- HasActionListener, HasBinding, HasId, HasIdBindingAndRendered, HasIdReference, HasNameReference, HasState, HasTabIndex, HasTreeNodeValue, IsRendered, IsRequired, JspTag, Tag, TobagoTagDeclaration
- All Known Implementing Classes:
- TreeOldTag
Deprecated.
@Deprecated
public interface TreeOldTagDeclaration
- extends TobagoTagDeclaration, HasIdBindingAndRendered, HasTreeNodeValue, HasState, HasIdReference, HasActionListener, HasNameReference, IsRequired, HasTabIndex
Renders a tree view.
Method Summary |
void |
setDisabledReference(java.lang.String id)
Deprecated. Bean property reference to fetch the disabled state for the treeNode's. |
void |
setMode(java.lang.String mode)
Deprecated. Display option: Normal tree or menu. |
void |
setMutable(java.lang.String mutable)
Deprecated. |
void |
setSelectable(java.lang.String selectable)
Deprecated. Flag indicating whether or not this component should be render selectable items. |
void |
setShowIcons(java.lang.String showIcons)
Deprecated. |
void |
setShowJunctions(java.lang.String showJunctions)
Deprecated. |
void |
setShowRoot(java.lang.String showRoot)
Deprecated. |
void |
setShowRootJunction(java.lang.String showRootJunction)
Deprecated. |
void |
setTipReference(java.lang.String tipReference)
Deprecated. reference to tip value. |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasState |
setState |
setSelectable
void setSelectable(java.lang.String selectable)
- Deprecated.
- Flag indicating whether or not this component should be render selectable items.
Possible values are:
- multi : a multisection tree is rendered
- single : a singlesection tree is rendered
- multiLeafOnly : a multisection tree is rendered,
only Leaf's are selectable
- singleLeafOnly : a singlesection tree is rendered,
only Leaf's are selectable
For any other value or if this attribute is omited the items are not selectable.
setMutable
void setMutable(java.lang.String mutable)
- Deprecated.
setShowRootJunction
void setShowRootJunction(java.lang.String showRootJunction)
- Deprecated.
setShowIcons
void setShowIcons(java.lang.String showIcons)
- Deprecated.
setShowJunctions
void setShowJunctions(java.lang.String showJunctions)
- Deprecated.
setShowRoot
void setShowRoot(java.lang.String showRoot)
- Deprecated.
setDisabledReference
void setDisabledReference(java.lang.String id)
- Deprecated.
- 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.
setMode
void setMode(java.lang.String mode)
- Deprecated.
- Display option: Normal tree or menu.
setTipReference
void setTipReference(java.lang.String tipReference)
- Deprecated.
- reference to tip value.
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.