org.apache.myfaces.tobago.internal.taglib.component
Interface TreeMenuTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered
public interface TreeMenuTagDeclaration
- extends HasIdBindingAndRendered, IsGridLayoutComponent, HasMarkup, HasCurrentMarkup
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 |
setShowRoot(String showRoot)
Indicates that the root node should be displayed or not. |
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.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 |
setState
void setState(String state)
- ValueBindingExpression pointing to a object to save the
component's state.
setShowRoot
void setShowRoot(String showRoot)
- Indicates that the root node should be displayed or not.
Normally the root node of a menu will not be shown, because it has only technical significance.
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.