Schnittstelle TreeTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasValue,- HasVar,- IsRendered,- IsShowRoot,- IsShowRootJunction,- IsVisual
public interface TreeTagDeclaration
extends HasIdBindingAndRendered, HasValue, HasVar, IsVisual, IsShowRoot, IsShowRootJunction
A tree with classical look.
 Usually used with icons and junction lines to open folder, etc.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetSelectable(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.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValuesetValueVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasVarsetVarVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsShowRootsetShowRootVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsShowRootJunctionsetShowRootJunctionVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setSelectableFlag indicating whether or not this component should be render selectable items. Possible values are:- none : not selectable
- 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
 
- 
setStateValueBindingExpression pointing to a object to save the component's state.
 
-