public class GridWidgetConnector extends Object
Constructor and Description |
---|
GridWidgetConnector(GridColumn<?> sourceColumn,
GridColumn<?> targetColumn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GridColumn<?> |
getSourceColumn()
Get the source Column from which the Connector originates.
|
GridColumn<?> |
getTargetColumn()
Get the target Column to which the Connector terminates.
|
int |
hashCode() |
public GridWidgetConnector(GridColumn<?> sourceColumn, GridColumn<?> targetColumn)
public GridColumn<?> getSourceColumn()
public GridColumn<?> getTargetColumn()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.