org.apache.myfaces.tobago.internal.taglib.component
Interface TreeListboxTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered, IsRequired
public interface TreeListboxTagDeclaration
- extends HasIdBindingAndRendered, IsRequired, IsGridLayoutComponent, HasMarkup, HasCurrentMarkup
A tree data structure displayed as a set of list boxes.
Method Summary |
void |
setSelectable(String selectable)
Flag indicating whether or not this component should be render selectable items. |
void |
setState(String state)
ValueBindingExpression pointing to a object to save the
component's state. |
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:
- 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.
setState
void setState(String state)
- ValueBindingExpression pointing to a object to save the
component's state.
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.