Style Intelligence v12.0

inetsoft.report
Class LayoutTool.CrosstabTarget

java.lang.Object
  extended by inetsoft.report.LayoutTool.CrosstabTarget
Enclosing class:
LayoutTool

public static final class LayoutTool.CrosstabTarget
extends Object

Data structure that encapsulates information about the drag source or drop target corresponding to a cell of a crosstab table.

Since:
10.3

Field Summary
 int border
          The border of the DnD indicator.
 Point cell
          The targeted table cell.
 int index
          The index of the group or aggregate field.
 LayoutTool.CrosstabOperation op
          The binding operation.
 LayoutTool.CrosstabRegion region
          The binding region.
 Insets selection
          The selected cells for the targeted region.
 
Constructor Summary
LayoutTool.CrosstabTarget()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

region

public LayoutTool.CrosstabRegion region
The binding region.


op

public LayoutTool.CrosstabOperation op
The binding operation.


index

public int index
The index of the group or aggregate field.


border

public int border
The border of the DnD indicator.


cell

public Point cell
The targeted table cell.


selection

public Insets selection
The selected cells for the targeted region.

Constructor Detail

LayoutTool.CrosstabTarget

public LayoutTool.CrosstabTarget()

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.