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

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

public interface TreeMenuTagDeclaration
extends HasIdBindingAndRendered, HasValue, HasVar, IsGridLayoutComponent, HasMarkup, HasCurrentMarkup, IsShowRoot

A tree which will be displayed like a flat menu. This menu is often used for navigation on the left side of an application.


Method Summary
 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
 

Method Detail

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.