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

All Superinterfaces:
AbstractCELine, Element

public interface CELineField
extends AbstractCELine

This CELine identifies a field in the layout, represented by a Data Element


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<CELineFieldComplement> getComplements()
          Indicates the controls defined for the field, the branching, the fields which will be updated ,the source of the data displayed etc...
 java.lang.String getCursor()
          The meaning of this field is twofold.
 DataElement getDataElement()
          Data Element called.
 ColorAttributeValues getFieldColorAttribute()
          Color attribute of label of the field.
 IntensityAttributeValues getFieldIntensityAttribute()
          Intensity attribute of label of the field.
 ScreenFieldNatureValues getFieldNature()
          Nature of the Data Element to be displayed on the Screen:Variable field : In this case, the Data Element is displayed and protected on the Screen.
 PresentationAttributeValues getFieldPresentationAttribute()
          Presentation attribute of label of the field.
 ScreenFieldTypeValues getFieldType()
          STANDARD : Defined data elementERMSG : It is used to allocate the placement of error messages.
 int getHorizontalRepetition()
          This numeric field indicates the number of occurrences of a Data Element on one same line.
 java.lang.String getInitialValue()
          This field contains an initial value for the Data Element content.
 ColorAttributeValues getLabelColorAttribute()
          Color attribute of value of the field.
 IntensityAttributeValues getLabelIntensityAttribute()
          Intensity attribute of value of the field.
 PresentationAttributeValues getLabelPresentationAttribute()
          Presentation attribute of value of the field.
 java.lang.String getSimulationValue()
          This field is optional.
 int getVerticalRepetition()
          The number of vertical occurrences can be combined with the number of horizontal repetitions.
 
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

getComplements

java.util.List<CELineFieldComplement> getComplements()

Indicates the controls defined for the field, the branching, the fields which will be updated ,the source of the data displayed etc...

Returns:

getCursor

java.lang.String getCursor()

The meaning of this field is twofold.

If it's true :

Returns:

getDataElement

DataElement getDataElement()

Data Element called.

Returns:

getFieldColorAttribute

ColorAttributeValues getFieldColorAttribute()

Color attribute of label of the field.

Returns:

getFieldIntensityAttribute

IntensityAttributeValues getFieldIntensityAttribute()

Intensity attribute of label of the field.

Returns:

getFieldNature

ScreenFieldNatureValues getFieldNature()

Nature of the Data Element to be displayed on the Screen:

Returns:

getFieldPresentationAttribute

PresentationAttributeValues getFieldPresentationAttribute()

Presentation attribute of label of the field.

Returns:

getFieldType

ScreenFieldTypeValues getFieldType()

It may be repeated vertically. The selected type must be 'Protected field' ('P').

PFKEY can be positioned anywhere on the Screen. In the generated program, it will be processed:

IMS : Management of logical paging

In order to distinguish the different MOD LPAGEs, you must define, for the COND parameter used in the LPAGE macro, a 4-character Element which will receive the last 4 characters of the Screen called. This Element must be called in the Screen. Its type is automatically set to 'P' ('Protected field').

Logical paging operator: This Data Element must have been previously defined in the Dictionary with a maximum length of 5 characters.

Returns:

getHorizontalRepetition

int getHorizontalRepetition()

This numeric field indicates the number of occurrences of a Data Element on one same line.

The label of the Data Element is repeated only if it has a 'Column heading' type .

Each occurrence of a Data Element is separated by a space.

Returns:

getInitialValue

java.lang.String getInitialValue()

This field contains an initial value for the Data Element content. When the Screen is called for the first time, this value is displayed for the Data Element.

Returns:

getLabelColorAttribute

ColorAttributeValues getLabelColorAttribute()

Color attribute of value of the field.

Returns:

getLabelIntensityAttribute

IntensityAttributeValues getLabelIntensityAttribute()

Intensity attribute of value of the field.

Returns:

getLabelPresentationAttribute

PresentationAttributeValues getLabelPresentationAttribute()

Presentation attribute of value of the field.

Returns:

getSimulationValue

java.lang.String getSimulationValue()

This field is optional. It is used to value the Data Element in case of Screen simulation.

Returns:

getVerticalRepetition

int getVerticalRepetition()

The number of vertical occurrences can be combined with the number of horizontal repetitions. The horizontal repetition(s) of the Data Element are repeated vertically.

Returns: