public class Diagram
extends javax.faces.component.UIOutput
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.diagram.DiagramBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
DRAGGABLE_ELEMENT_CLASS |
static String |
ELEMENT_CLASS |
| Constructor and Description |
|---|
Diagram() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getStyle() |
String |
getStyleClass() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isConnectionChangeRequest(javax.faces.context.FacesContext context) |
boolean |
isConnectRequest(javax.faces.context.FacesContext context) |
boolean |
isDisconnectRequest(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setVar(String var) |
void |
setWidgetVar(String widgetVar) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, 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 CONTAINER_CLASS
public static final String ELEMENT_CLASS
public static final String DRAGGABLE_ELEMENT_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 boolean isConnectRequest(javax.faces.context.FacesContext context)
public boolean isDisconnectRequest(javax.faces.context.FacesContext context)
public boolean isConnectionChangeRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UIOutputpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getVar()
public void setVar(String var)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.