public class Diagram extends javax.faces.component.UIOutput implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
Diagram.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DRAGGABLE_ELEMENT_CLASS |
static String |
ELEMENT_CLASS |
Constructor and Description |
---|
Diagram() |
Modifier and Type | Method and Description |
---|---|
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, resetValue, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 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 © 2015. All rights reserved.