com.f1j.ss.pivot
Interface FieldDragSource
- public interface FieldDragSource
This interface defines the API for handling field dragging in a PivotRange.
|
Method Summary |
Area |
getArea()
Returns the Area from which the Field that is currently being dragged
originated. |
Field |
getField()
Returns the Field that is currently being dragged. |
PivotRange |
getPivotRange()
Returns the PivotRange that owns the Field being dragged. |
getField
public Field getField()
- Returns the Field that is currently being dragged.
- Returns:
- The field that is currently being dragged.
- Since:
- 11.0
- See Also:
Field
getPivotRange
public PivotRange getPivotRange()
- Returns the PivotRange that owns the Field being dragged.
- Returns:
- The PivotRange that owns the Field being dragged.
- Since:
- 11.0
- See Also:
Field,
PivotRange
getArea
public Area getArea()
- Returns the Area from which the Field that is currently being dragged
originated.
- Returns:
- The originating Area of the dragged Field.
- Since:
- 11.0
- See Also:
Area,
Field