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:

    • The heading of the Screen (Screen-top category),

    • The repetitive section of the Screen (repetitive category),

    • The bottom of the Screen (Screen-bottom).

    • 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: