org.pentaho.reporting.engine.classic.core
Class AttributeNames.Wizard

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.AttributeNames.Wizard
Enclosing class:
AttributeNames

public static class AttributeNames.Wizard
extends Object


Field Summary
static String AGGREGATION_GROUP
           
static String AGGREGATION_TYPE
           
static String ALLOW_METADATA_ATTRIBUTES
           
static String ALLOW_METADATA_STYLING
           
static String ENABLE
           
static String ENABLE_STYLE_ALIGNMENT
           
static String ENABLE_STYLE_BACKGROUND_COLOR
           
static String ENABLE_STYLE_BOLD
           
static String ENABLE_STYLE_COLOR
           
static String ENABLE_STYLE_FONTFAMILY
           
static String ENABLE_STYLE_FONTSIZE
           
static String ENABLE_STYLE_ITALICS
           
static String ENABLE_STYLE_STRIKETHROUGH
           
static String ENABLE_STYLE_UNDERLINE
           
static String ENABLE_STYLE_VALIGNMENT
           
static String GENERATED_CONTENT_MARKER
          A marker to indicate that the band carrying this marker should receive the generated content.
static String GRID_COLOR
           
static String GRID_STYLE
           
static String GRID_WIDTH
           
static String LABEL_FOR
          Adds structural information that this field/element is a label for a field.
static String NAMESPACE
           
static String ONLY_SHOW_CHANGING_VALUES
           
static String PADDING_BOTTOM
           
static String PADDING_LEFT
           
static String PADDING_RIGHT
           
static String PADDING_TOP
           
static String PRESERVE_USER_STYLING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

LABEL_FOR

public static final String LABEL_FOR
Adds structural information that this field/element is a label for a field. The content of the attribute denotes a field-name that can be looked up in the dataschema. The field's dataschema will be used to configure the label.

See Also:
Constant Field Values

GENERATED_CONTENT_MARKER

public static final String GENERATED_CONTENT_MARKER
A marker to indicate that the band carrying this marker should receive the generated content. All defined content in the band will be removed before the generation starts.

See Also:
Constant Field Values

ALLOW_METADATA_STYLING

public static final String ALLOW_METADATA_STYLING
See Also:
Constant Field Values

ALLOW_METADATA_ATTRIBUTES

public static final String ALLOW_METADATA_ATTRIBUTES
See Also:
Constant Field Values

ONLY_SHOW_CHANGING_VALUES

public static final String ONLY_SHOW_CHANGING_VALUES
See Also:
Constant Field Values

AGGREGATION_GROUP

public static final String AGGREGATION_GROUP
See Also:
Constant Field Values

AGGREGATION_TYPE

public static final String AGGREGATION_TYPE
See Also:
Constant Field Values

GRID_STYLE

public static final String GRID_STYLE
See Also:
Constant Field Values

GRID_WIDTH

public static final String GRID_WIDTH
See Also:
Constant Field Values

GRID_COLOR

public static final String GRID_COLOR
See Also:
Constant Field Values

PADDING_LEFT

public static final String PADDING_LEFT
See Also:
Constant Field Values

PADDING_RIGHT

public static final String PADDING_RIGHT
See Also:
Constant Field Values

PADDING_BOTTOM

public static final String PADDING_BOTTOM
See Also:
Constant Field Values

PADDING_TOP

public static final String PADDING_TOP
See Also:
Constant Field Values

ENABLE

public static final String ENABLE
See Also:
Constant Field Values

ENABLE_STYLE_BOLD

public static final String ENABLE_STYLE_BOLD
See Also:
Constant Field Values

ENABLE_STYLE_ITALICS

public static final String ENABLE_STYLE_ITALICS
See Also:
Constant Field Values

ENABLE_STYLE_UNDERLINE

public static final String ENABLE_STYLE_UNDERLINE
See Also:
Constant Field Values

ENABLE_STYLE_STRIKETHROUGH

public static final String ENABLE_STYLE_STRIKETHROUGH
See Also:
Constant Field Values

ENABLE_STYLE_FONTFAMILY

public static final String ENABLE_STYLE_FONTFAMILY
See Also:
Constant Field Values

ENABLE_STYLE_FONTSIZE

public static final String ENABLE_STYLE_FONTSIZE
See Also:
Constant Field Values

ENABLE_STYLE_COLOR

public static final String ENABLE_STYLE_COLOR
See Also:
Constant Field Values

ENABLE_STYLE_BACKGROUND_COLOR

public static final String ENABLE_STYLE_BACKGROUND_COLOR
See Also:
Constant Field Values

ENABLE_STYLE_VALIGNMENT

public static final String ENABLE_STYLE_VALIGNMENT
See Also:
Constant Field Values

ENABLE_STYLE_ALIGNMENT

public static final String ENABLE_STYLE_ALIGNMENT
See Also:
Constant Field Values

PRESERVE_USER_STYLING

public static final String PRESERVE_USER_STYLING
See Also:
Constant Field Values