public class UITreeNode
extends javax.faces.component.UIColumn
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UITreeNode.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
| Constructor | Description |
|---|---|
UITreeNode() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAriaLabel() |
|
String |
getCollapsedIcon() |
|
String |
getExpandedIcon() |
|
String |
getFamily() |
|
String |
getIcon() |
|
String |
getIconToRender(boolean expanded) |
|
String |
getStyleClass() |
|
String |
getType() |
|
void |
setAriaLabel(String _ariaLabel) |
|
void |
setCollapsedIcon(String _collapsedIcon) |
|
void |
setExpandedIcon(String _expandedIcon) |
|
void |
setIcon(String _icon) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setType(String _type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFooter, getHeader, setFooter, setHeaderencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIColumnpublic String getType()
public void setType(String _type)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getIcon()
public void setIcon(String _icon)
public String getExpandedIcon()
public void setExpandedIcon(String _expandedIcon)
public String getCollapsedIcon()
public void setCollapsedIcon(String _collapsedIcon)
public String getAriaLabel()
public void setAriaLabel(String _ariaLabel)
public String getIconToRender(boolean expanded)
Copyright © 2018. All rights reserved.