com.tonbeller.jpivot.table.span
Interface SpanDirections

All Known Subinterfaces:
AxisConfig, ColumnAxisBuilder, ColumnAxisConfig, RowAxisConfig, SpanConfig
All Known Implementing Classes:
AxisBuilderSupport, ColumnAxisBuilderImpl, NoSpanConfig, RowAxisBuilderImpl, SpanConfigSupport

public interface SpanDirections

Author:
av

Field Summary
static int HIERARCHY_SPAN
          combine spans on hierarchies
static int HIERARCHY_THEN_POSITION_SPAN
          combine spans on hierarchy if possible and, if not, on positions
static int NO_SPAN
          dont combine spans
static int POSITION_SPAN
          combine spans on positions
static int POSITION_THEN_HIERARCHY_SPAN
          combine spans on positions if possible and, if not, on hierarchies
 

Field Detail

NO_SPAN

static final int NO_SPAN
dont combine spans

See Also:
Constant Field Values

HIERARCHY_SPAN

static final int HIERARCHY_SPAN
combine spans on hierarchies

See Also:
Constant Field Values

POSITION_SPAN

static final int POSITION_SPAN
combine spans on positions

See Also:
Constant Field Values

HIERARCHY_THEN_POSITION_SPAN

static final int HIERARCHY_THEN_POSITION_SPAN
combine spans on hierarchy if possible and, if not, on positions

See Also:
Constant Field Values

POSITION_THEN_HIERARCHY_SPAN

static final int POSITION_THEN_HIERARCHY_SPAN
combine spans on positions if possible and, if not, on hierarchies

See Also:
Constant Field Values