org.pentaho.reporting.engine.classic.core.style
Class BandStyleKeys

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.style.BandStyleKeys

public class BandStyleKeys
extends Object

A band style sheet. Defines some base StyleKeys for all Bands.

Author:
Thomas Morgner

Field Summary
static StyleKey BOOKMARK
           
static StyleKey COMPUTED_SHEETNAME
          An internal carrier key that is used to store the computed sheetname for a given band.
static StyleKey DISPLAY_ON_FIRSTPAGE
          A key for the band's 'display on first page' flag.
static StyleKey DISPLAY_ON_LASTPAGE
          A key for the band's 'display on last page' flag.
static StyleKey FIXED_POSITION
          A key for the band's 'print on bottom' flag.
static StyleKey LAYOUT
          One of 'inline', 'block', 'canvas' or 'row'
static String LAYOUT_BLOCK
           
static String LAYOUT_CANVAS
           
static String LAYOUT_INLINE
           
static String LAYOUT_ROW
           
static StyleKey PAGEBREAK_AFTER
          A key for the band's 'page break after' flag.
static StyleKey PAGEBREAK_BEFORE
          A key for the band's 'page break before' flag.
static StyleKey REPEAT_HEADER
          A key for the band's 'repeat header' flag.
static StyleKey STICKY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGEBREAK_BEFORE

public static final StyleKey PAGEBREAK_BEFORE
A key for the band's 'page break before' flag.


PAGEBREAK_AFTER

public static final StyleKey PAGEBREAK_AFTER
A key for the band's 'page break after' flag.


DISPLAY_ON_FIRSTPAGE

public static final StyleKey DISPLAY_ON_FIRSTPAGE
A key for the band's 'display on first page' flag.


DISPLAY_ON_LASTPAGE

public static final StyleKey DISPLAY_ON_LASTPAGE
A key for the band's 'display on last page' flag.


REPEAT_HEADER

public static final StyleKey REPEAT_HEADER
A key for the band's 'repeat header' flag.


FIXED_POSITION

public static final StyleKey FIXED_POSITION
A key for the band's 'print on bottom' flag.


BOOKMARK

public static final StyleKey BOOKMARK

STICKY

public static final StyleKey STICKY

LAYOUT

public static final StyleKey LAYOUT
One of 'inline', 'block', 'canvas' or 'row'


LAYOUT_CANVAS

public static final String LAYOUT_CANVAS
See Also:
Constant Field Values

LAYOUT_BLOCK

public static final String LAYOUT_BLOCK
See Also:
Constant Field Values

LAYOUT_INLINE

public static final String LAYOUT_INLINE
See Also:
Constant Field Values

LAYOUT_ROW

public static final String LAYOUT_ROW
See Also:
Constant Field Values

COMPUTED_SHEETNAME

public static final StyleKey COMPUTED_SHEETNAME
An internal carrier key that is used to store the computed sheetname for a given band.