public class UIOrganigramNode
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UIOrganigramNode.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
| Constructor | Description |
|---|---|
UIOrganigramNode() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCollapsedIcon() |
|
String |
getExpandedIcon() |
|
String |
getFamily() |
|
String |
getIcon() |
|
String |
getIconPos() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
String |
getType() |
|
boolean |
isSkipLeafHandling() |
|
void |
setCollapsedIcon(String _collapsedIcon) |
|
void |
setExpandedIcon(String _expandedIcon) |
|
void |
setIcon(String _icon) |
|
void |
setIconPos(String _iconPos) |
|
void |
setSkipLeafHandling(boolean _skipLeafHandling) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setType(String _type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, 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.UIComponentpublic String getType()
public void setType(String _type)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getIcon()
public void setIcon(String _icon)
public String getIconPos()
public void setIconPos(String _iconPos)
public String getExpandedIcon()
public void setExpandedIcon(String _expandedIcon)
public String getCollapsedIcon()
public void setCollapsedIcon(String _collapsedIcon)
public boolean isSkipLeafHandling()
public void setSkipLeafHandling(boolean _skipLeafHandling)
Copyright © 2018. All rights reserved.