Interface TreeListboxTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasSize,- HasValue,- HasVar,- IsRendered,- IsRequired,- IsVisual
public interface TreeListboxTagDeclaration
extends HasIdBindingAndRendered, HasValue, HasVar, IsVisual, IsRequired, HasSize
A tree data structure displayed as a set of list boxes.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSelectable(String selectable) Flag indicating whether or not this component should be render selectable items.voidValueBindingExpression pointing to a object to save the component's state.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSizesetSizeMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValuesetValueMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVarsetVarMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredsetRequiredMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setSelectableFlag 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
 
- 
setStateValueBindingExpression pointing to a object to save the component's state.
 
-