public class HtmlTree
extends javax.faces.component.UIComponentBase
implements javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_COLLAPSING_CLASS |
protected static String |
PROPERTY_EXPANSION_CLASS |
protected static String |
PROPERTY_HIDE_ROOT_NODE |
protected static String |
PROPERTY_HTML5_PLACEHOLDER |
protected static String |
PROPERTY_NO_ENTRIES_TEXT |
protected static String |
PROPERTY_NODE_EXPANSION_LISTENER |
protected static String |
PROPERTY_NODE_SELECTION_LISTENER |
protected static String |
PROPERTY_SPINNER_TEXT |
protected static String |
PROPERTY_STYLE |
protected static String |
PROPERTY_STYLE_CLASS |
protected static String |
PROPERTY_TO_MANY_VISIBLE_ITEMS_RENDER_DELAY |
protected static String |
PROPERTY_TO_MANY_VISIBLE_ITEMS_THRESHOLD |
protected static String |
PROPERTY_VALUE |
static String |
RENDERER_TYPE |
protected static String |
SEARCH_BAR_MODE |
| Constructor and Description |
|---|
HtmlTree() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_VALUE
protected static final String PROPERTY_EXPANSION_CLASS
protected static final String PROPERTY_COLLAPSING_CLASS
protected static final String PROPERTY_HIDE_ROOT_NODE
protected static final String SEARCH_BAR_MODE
protected static final String PROPERTY_HTML5_PLACEHOLDER
protected static final String PROPERTY_NODE_SELECTION_LISTENER
protected static final String PROPERTY_NODE_EXPANSION_LISTENER
protected static final String PROPERTY_TO_MANY_VISIBLE_ITEMS_RENDER_DELAY
protected static final String PROPERTY_TO_MANY_VISIBLE_ITEMS_THRESHOLD
protected static final String PROPERTY_SPINNER_TEXT
protected static final String PROPERTY_NO_ENTRIES_TEXT
protected static final String PROPERTY_STYLE_CLASS
protected static final String PROPERTY_STYLE
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Node getValue()
public void setValue(Node value)
public TreeNodeSelectionListener getNodeSelectionListener()
public void setNodeSelectionListener(TreeNodeSelectionListener nodeSelectionListener)
public TreeNodeExpansionListener getNodeExpansionListener()
public void setNodeExpansionListener(TreeNodeExpansionListener nodeExpansionListener)
public String getExpansionClass()
public void setExpansionClass(String expansionClass)
public String getCollapsingClass()
public void setCollapsingClass(String collapsingClass)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getStyle()
public void setStyle(String style)
public boolean isHideRootNode()
public void setHideRootNode(boolean hideRootNode)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getSearchBarMode()
public void setSearchBarMode(String searchBarMode)
public Integer getToManyVisibleItemsRenderDelay()
public void setToManyVisibleItemsRenderDelay(Integer toManyVisibleItemsRenderDelay)
public Integer getToManyVisibleItemsThreshold()
public void setToManyVisibleItemsThreshold(Integer toManyVisibleItemsThreshold)
public String getSpinnerText()
public void setSpinnerText(String spinnerText)
public String getNoEntriesText()
public void setNoEntriesText(String noEntriesText)
Copyright © 2019. All rights reserved.