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:

    • Screen titles,

    • Labels,

    • Data Element labels.

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

    • Method Detail

      • getColorAttribute

        ColorAttributeValues getColorAttribute()

        Color attribute of the label.

        Returns:
      • getDataElement

        DataElement getDataElement()

        Data Element when LabelNature O : Data Element 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:
      • 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: