Package | Description |
---|---|
org.primefaces.component.diagram | |
org.primefaces.event.diagram | |
org.primefaces.model.diagram | |
org.primefaces.model.diagram.endpoint |
Modifier and Type | Method and Description |
---|---|
protected void |
DiagramRenderer.encodeEndPoint(WidgetBuilder wb,
EndPoint endPoint,
String elementClientId) |
Modifier and Type | Method and Description |
---|---|
EndPoint |
ConnectionChangeEvent.getNewSourceEndPoint() |
EndPoint |
ConnectionChangeEvent.getNewTargetEndPoint() |
EndPoint |
ConnectionChangeEvent.getOriginalSourceEndPoint() |
EndPoint |
ConnectionChangeEvent.getOriginalTargetEndPoint() |
EndPoint |
ConnectEvent.getSourceEndPoint() |
EndPoint |
DisconnectEvent.getSourceEndPoint() |
EndPoint |
ConnectEvent.getTargetEndPoint() |
EndPoint |
DisconnectEvent.getTargetEndPoint() |
Constructor and Description |
---|
ConnectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
Element sourceElement,
Element targetElement,
EndPoint sourceEndPoint,
EndPoint targetEndPoint) |
ConnectionChangeEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
Element originalSourceElement,
Element newSourceElement,
Element originalTargetElement,
Element newTargetElement,
EndPoint originalSourceEndPoint,
EndPoint newSourceEndPoint,
EndPoint originalTargetEndPoint,
EndPoint newTargetEndPoint) |
DisconnectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
Element sourceElement,
Element targetElement,
EndPoint sourceEndPoint,
EndPoint targetEndPoint) |
Modifier and Type | Method and Description |
---|---|
EndPoint |
DefaultDiagramModel.findEndPoint(Element element,
String id) |
EndPoint |
DiagramModel.findEndPoint(Element element,
String id) |
EndPoint |
Connection.getSource() |
EndPoint |
Connection.getTarget() |
Modifier and Type | Method and Description |
---|---|
List<EndPoint> |
Element.getEndPoints() |
Modifier and Type | Method and Description |
---|---|
void |
Element.addEndPoint(EndPoint endPoint) |
void |
Element.clearEndPoints(EndPoint endPoint) |
void |
Element.removeEndPoint(EndPoint endPoint) |
void |
Connection.setSource(EndPoint source) |
void |
Connection.setTarget(EndPoint target) |
Constructor and Description |
---|
Connection(EndPoint source,
EndPoint target) |
Connection(EndPoint source,
EndPoint target,
Connector connector) |
Modifier and Type | Class and Description |
---|---|
class |
BlankEndPoint |
class |
DotEndPoint |
class |
ImageEndPoint |
class |
RectangleEndPoint |
Modifier and Type | Method and Description |
---|---|
boolean |
EndPointList.add(EndPoint e) |
Copyright © 2015. All rights reserved.