public class UITreeIndent extends AbstractUITreeIndent implements SupportsMarkup
component1.2.stg
with class
TreeIndentTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UITreeIndent() |
Modifier and Type | Method and Description |
---|---|
Markup |
getCurrentMarkup() |
Markup |
getMarkup() |
String |
getTip()
Text value to display as tooltip.
|
boolean |
isShowJunctions()
Show the lines and icons which are defining the tree structure.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setCurrentMarkup(Markup currentMarkup) |
void |
setMarkup(Markup markup) |
void |
setShowJunctions(boolean showJunctions) |
void |
setTip(String tip) |
getFamily, getUrl, getValue, getValueExpression, setUrl, setValue, setValueExpression
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRendererType
public static final String COMPONENT_TYPE
public Markup getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(Markup markup)
setMarkup
in interface SupportsMarkup
public boolean isShowJunctions()
true
public void setShowJunctions(boolean showJunctions)
public Markup getCurrentMarkup()
getCurrentMarkup
in interface SupportsMarkup
getCurrentMarkup
in interface Configurable
public void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup
in interface SupportsMarkup
public String getTip()
public void setTip(String tip)
public void restoreState(javax.faces.context.FacesContext context, Object componentState)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIGraphic
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIGraphic
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.