org.apache.myfaces.tobago.internal.taglib.component
Interface TreeTagDeclaration

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, HasValue, HasVar, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered, IsShowRoot, IsShowRootJunction

public interface TreeTagDeclaration
extends HasIdBindingAndRendered, HasValue, HasVar, IsGridLayoutComponent, HasMarkup, HasCurrentMarkup, IsShowRoot, IsShowRootJunction

A tree with classical look. Usually used with icons and junction lines to open folder, etc.


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.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.IsGridLayoutComponent
setHeight, setWidth
 
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
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsShowRoot
setShowRoot
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsShowRootJunction
setShowRootJunction
 

Method Detail

setSelectable

void setSelectable(String selectable)
Flag indicating whether or not this component should be render selectable items. Possible values are:


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.