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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSize
setSize
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVar
setVar
-
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.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
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
-
setState
void setState(String state)
ValueBindingExpression pointing to a object to save the component's state.
-
-