org.apache.myfaces.tobago.component
Class UITreeIndent
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIGraphic
org.apache.myfaces.tobago.internal.component.AbstractUITreeIndent
org.apache.myfaces.tobago.component.UITreeIndent
- All Implemented Interfaces:
- StateHolder, SupportsMarkup, Configurable
public class UITreeIndent
- extends org.apache.myfaces.tobago.internal.component.AbstractUITreeIndent
- implements SupportsMarkup
Renders an indent beside a tree node.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.TreeIndentTagDeclaration
.
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UITreeIndent
public UITreeIndent()
getMarkup
public Markup getMarkup()
- Specified by:
getMarkup
in interface SupportsMarkup
setMarkup
public void setMarkup(Markup markup)
- Specified by:
setMarkup
in interface SupportsMarkup
isShowJunctions
public boolean isShowJunctions()
- Show the lines and icons which are defining the tree structure.
Default: true
setShowJunctions
public void setShowJunctions(boolean showJunctions)
getCurrentMarkup
public Markup getCurrentMarkup()
- Specified by:
getCurrentMarkup
in interface SupportsMarkup
- Specified by:
getCurrentMarkup
in interface Configurable
setCurrentMarkup
public void setCurrentMarkup(Markup currentMarkup)
- Specified by:
setCurrentMarkup
in interface SupportsMarkup
getTip
public String getTip()
- Text value to display as tooltip.
setTip
public void setTip(String tip)
restoreState
public void restoreState(FacesContext context,
Object componentState)
- Specified by:
restoreState
in interface StateHolder
- Overrides:
restoreState
in class UIGraphic
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
- Overrides:
saveState
in class UIGraphic
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.