public interface CELineCategory extends AbstractCELine
This CELine identifies a category in the layout.
A category is a group of consecutive Data Elements , Screen calls and/or labels on the list defining the Screen, but which can be positioned in any manner, corresponding to the overall logic of processing.
A screen can be made up of three categories:
The heading of the Screen (Screen-top category),
The repetitive section of the Screen (repetitive category),
The bottom of the Screen (Screen-bottom).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategoryName() |
ScreenCECategoryValues |
getCategoryNature() |
ColorAttributeValues |
getFieldColorAttribute() |
IntensityAttributeValues |
getFieldIntensityAttribute() |
PresentationAttributeValues |
getFieldPresentationAttribute() |
int |
getHorizontalRepetition() |
ColorAttributeValues |
getLabelColorAttribute() |
IntensityAttributeValues |
getLabelIntensityAttribute() |
PresentationAttributeValues |
getLabelPresentationAttribute() |
int |
getVerticalRepetition() |
getColumnPosition, getLabelPresentationValue, getLinePosition, getPositionType
static final java.lang.String copyright
java.lang.String getCategoryName()
Name of the category.
ScreenCECategoryValues getCategoryNature()
This field indicates the type of the category : Header, Repetitive or Screen-Bottom.
ColorAttributeValues getFieldColorAttribute()
Color attribute of fields presents on the category.
IntensityAttributeValues getFieldIntensityAttribute()
Intensity attribute of fields presents on the category.
PresentationAttributeValues getFieldPresentationAttribute()
Presentation attribute of fields presents on the category.
int getHorizontalRepetition()
This field allows to indicate the number of line for each instance.
ColorAttributeValues getLabelColorAttribute()
Color attribute of labels presents on the category.
IntensityAttributeValues getLabelIntensityAttribute()
Intensity attribute of labels presents on the category.
PresentationAttributeValues getLabelPresentationAttribute()
Presentation attribute of labels presents on the category.
int getVerticalRepetition()
This field allows to indicate the number of repetitions for the instance in the repetitive section.