org.apache.myfaces.tobago.internal.taglib.component
Interface TreeTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered, IsRequired
public interface TreeTagDeclaration
- extends HasIdBindingAndRendered, IsRequired, IsGridLayoutComponent, HasMarkup, HasCurrentMarkup
A tree with classical look.
Usually used with icons and junction lines to open folder, etc.
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding |
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered |
setRendered |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequired |
setRequired |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase |
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup |
setMarkup |
setSelectable
void setSelectable(String selectable)
- Flag indicating whether or not this component should be render selectable items.
Possible values are:
- multi : a multi section tree is rendered
- single : a single section tree is rendered
- multiLeafOnly : a multi section tree is rendered,
only Leaf's are selectable
- singleLeafOnly : a single section tree is rendered,
only Leaf's are selectable
For any other value or if this attribute is omitted the items are not selectable.
setShowRootJunction
void setShowRootJunction(String showRootJunction)
setShowRoot
void setShowRoot(String showRoot)
setState
void setState(String state)
- ValueBindingExpression pointing to a object to save the
component's state.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.