public class Mindmap
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.mindmap.MindmapBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
STYLE_CLASS |
| Constructor and Description |
|---|
Mindmap() |
| Modifier and Type | Method and Description |
|---|---|
protected MindmapNode |
findNode(MindmapNode searchRoot,
String rowKey) |
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
int |
getEffectSpeed() |
Collection<String> |
getEventNames() |
String |
getFamily() |
MindmapNode |
getSelectedNode() |
String |
getSelectedNodeKey(javax.faces.context.FacesContext context) |
String |
getStyle() |
String |
getStyleClass() |
MindmapNode |
getValue() |
String |
getWidgetVar() |
boolean |
isNodeSelectRequest(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setEffectSpeed(int effectSpeed) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setValue(MindmapNode value) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, 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 STYLE_CLASS
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 MindmapNode getSelectedNode()
public String getSelectedNodeKey(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBaseprotected MindmapNode findNode(MindmapNode searchRoot, String rowKey)
public boolean isNodeSelectRequest(javax.faces.context.FacesContext context)
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public MindmapNode getValue()
public void setValue(MindmapNode value)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public int getEffectSpeed()
public void setEffectSpeed(int effectSpeed)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.