public class Organigram
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.organigram.OrganigramBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
| Constructor and Description |
|---|
Organigram() |
| Modifier and Type | Method and Description |
|---|---|
OrganigramNode |
findTreeNode(OrganigramNode searchRoot,
String rowKey) |
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
int |
getLeafNodeConnectorHeight() |
OrganigramNode |
getSelection() |
String |
getStyle() |
String |
getStyleClass() |
OrganigramNode |
getValue() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isAutoScrollToSelection() |
boolean |
isZoom() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setAutoScrollToSelection(boolean autoScrollToSelection) |
void |
setLeafNodeConnectorHeight(int leafNodeConnectorHeight) |
void |
setSelection(OrganigramNode selection) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setValue(OrganigramNode value) |
void |
setVar(String var) |
void |
setWidgetVar(String widgetVar) |
void |
setZoom(boolean zoom) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
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 void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic OrganigramNode findTreeNode(OrganigramNode searchRoot, String rowKey)
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public OrganigramNode getValue()
public void setValue(OrganigramNode value)
public String getVar()
public void setVar(String var)
public OrganigramNode getSelection()
public void setSelection(OrganigramNode selection)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public int getLeafNodeConnectorHeight()
public void setLeafNodeConnectorHeight(int leafNodeConnectorHeight)
public boolean isZoom()
public void setZoom(boolean zoom)
public boolean isAutoScrollToSelection()
public void setAutoScrollToSelection(boolean autoScrollToSelection)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.