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

All Superinterfaces:
AbstractCELine, Element

public interface CELineLabel
extends AbstractCELine

Labels are of three types on a Screen:

According to the selected label, a number of fields cannot be edited.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 ColorAttributeValues getColorAttribute()
           
 DataElement getDataElement()
           
 IntensityAttributeValues getIntensityAttribute()
           
 java.lang.String getLabel()
           
 ScreenLabelNatureValues getLabelNature()
           
 PresentationAttributeValues getPresentationAttribute()
           
 java.lang.String getRepeatedCharacter()
           
 int getRepetition()
           
 Screen getScreen()
           
 
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

getColorAttribute

ColorAttributeValues getColorAttribute()

Color attribute of the label.

Returns:

getDataElement

DataElement getDataElement()

Data Element when LabelNature O : Data Element label.

Returns:

getIntensityAttribute

IntensityAttributeValues getIntensityAttribute()

Intensity attribute of the label.

Returns:

getLabel

java.lang.String getLabel()

This field is used when LabelNature = F FixedLabel.

It is the label which will be displayed on the Screen.

The label must not exceed 30 characters and can be edited only if you have chosen the repetition of a character.

At the end of the label, you must enter a slash ('/'), which serves as the delimiter. You can however include slashes in the label; the last slash will then be considered as the delimiter. If you do not enter the delimiter, errors may occur upon the Screen compilation.

Returns:

getLabelNature

ScreenLabelNatureValues getLabelNature()

It can be L for a fixed label, T for a Screen title or O for a Data Element label.

Returns:

getPresentationAttribute

PresentationAttributeValues getPresentationAttribute()

Presentation attribute of the label.

Returns:

getRepeatedCharacter

java.lang.String getRepeatedCharacter()

In this field, you have the character to be repeated.

Returns:

getRepetition

int getRepetition()

In this field, you have the number of repetions for the 'repeated character' .

Returns:

getScreen

Screen getScreen()

Screen when LabelNature T : Screen Title.

Returns: