com.ibm.pdp.maf.rpp.pac.common.dialog
Interface CELineCategory

All Superinterfaces:
AbstractCELine, Element

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:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getCategoryName()
           
 ScreenCECategoryValues getCategoryNature()
           
 ColorAttributeValues getFieldColorAttribute()
           
 IntensityAttributeValues getFieldIntensityAttribute()
           
 PresentationAttributeValues getFieldPresentationAttribute()
           
 int getHorizontalRepetition()
           
 ColorAttributeValues getLabelColorAttribute()
           
 IntensityAttributeValues getLabelIntensityAttribute()
           
 PresentationAttributeValues getLabelPresentationAttribute()
           
 int getVerticalRepetition()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.dialog.AbstractCELine
getColumnPosition, getLabelPresentationValue, getLinePosition, getPositionType
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCategoryName

java.lang.String getCategoryName()

Name of the category.

Returns:

getCategoryNature

ScreenCECategoryValues getCategoryNature()

This field indicates the type of the category : Header, Repetitive or Screen-Bottom.

Returns:

getFieldColorAttribute

ColorAttributeValues getFieldColorAttribute()

Color attribute of fields presents on the category.

Returns:

getFieldIntensityAttribute

IntensityAttributeValues getFieldIntensityAttribute()

Intensity attribute of fields presents on the category.

Returns:

getFieldPresentationAttribute

PresentationAttributeValues getFieldPresentationAttribute()

Presentation attribute of fields presents on the category.

Returns:

getHorizontalRepetition

int getHorizontalRepetition()

This field allows to indicate the number of line for each instance.

Returns:

getLabelColorAttribute

ColorAttributeValues getLabelColorAttribute()

Color attribute of labels presents on the category.

Returns:

getLabelIntensityAttribute

IntensityAttributeValues getLabelIntensityAttribute()

Intensity attribute of labels presents on the category.

Returns:

getLabelPresentationAttribute

PresentationAttributeValues getLabelPresentationAttribute()

Presentation attribute of labels presents on the category.

Returns:

getVerticalRepetition

int getVerticalRepetition()

This field allows to indicate the number of repetitions for the instance in the repetitive section.

Returns: