javax.faces.component.behavior.ClientBehaviorHolder
, PrimeClientBehaviorHolder
, Widget
public class Diagram extends javax.faces.component.UIOutput implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class | Description |
---|---|---|
static class |
Diagram.PropertyKeys |
Modifier and Type | Field | 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 | Description |
---|---|
Diagram() |
Modifier and Type | Method | 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) |
addClientBehavior, getClientBehaviors, getDefaultEventName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, 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, setValueBinding
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String CONTAINER_CLASS
public static final String ELEMENT_CLASS
public static final String DRAGGABLE_ELEMENT_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public 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 Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping
in interface PrimeClientBehaviorHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public 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.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.