public class WidgetConnection extends Object implements Serializable
| Constructor and Description |
|---|
WidgetConnection(Widget source,
Widget target,
String inputId,
String outputId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputId() |
String |
getName() |
String |
getOutputId() |
Widget |
getSource() |
Widget |
getTarget() |
void |
setName(String name) |
String |
toString() |
Copyright © 2018. All rights reserved.