|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CELineLabel
Labels are of three types on a Screen:
Screen titles,
Labels,
Data Element labels.
According to the selected label, a number of fields cannot be edited.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ColorAttributeValues |
getColorAttribute()
Color attribute of the label. |
DataElement |
getDataElement()
Data Element when LabelNature O : Data Element label. |
IntensityAttributeValues |
getIntensityAttribute()
Intensity attribute of the label. |
java.lang.String |
getLabel()
This field is used when LabelNature = F FixedLabel. |
ScreenLabelNatureValues |
getLabelNature()
It can be L for a fixed label, T for a Screen title or O for a Data Element label. |
PresentationAttributeValues |
getPresentationAttribute()
Presentation attribute of the label. |
java.lang.String |
getRepeatedCharacter()
In this field, you have the character to be repeated. |
int |
getRepetition()
In this field, you have the number of repetions for the 'repeated character' . |
Screen |
getScreen()
Screen when LabelNature T : Screen Title. |
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.dialog.AbstractCELine |
---|
getColumnPosition, getLabelPresentationValue, getLinePosition, getPositionType |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ColorAttributeValues getColorAttribute()
Color attribute of the label.
DataElement getDataElement()
Data Element when LabelNature O : Data Element label.
IntensityAttributeValues getIntensityAttribute()
Intensity attribute of the label.
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.
ScreenLabelNatureValues getLabelNature()
It can be L for a fixed label, T for a Screen title or O for a Data Element label.
PresentationAttributeValues getPresentationAttribute()
Presentation attribute of the label.
java.lang.String getRepeatedCharacter()
In this field, you have the character to be repeated.
int getRepetition()
In this field, you have the number of repetions for the 'repeated character' .
Screen getScreen()
Screen when LabelNature T : Screen Title.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |