Share via


DimensionDefaultingControllerBase.addEnumControl Method [AX 2012]

Adds the appropriate enumeration control to a dimension attribute line.

Syntax

private void addEnumControl(
    FormGroupControl _groupControl, 
    int _dimAttrIndex, 
    FieldId _enumType, 
    boolean _allowEdit, 
    str _label, 
    boolean _showLabel)

Run On

Called

Parameters

  • _groupControl
    Type: FormGroupControl Class
    The FormGroupControl object that represents the container of all dimension attribute edit controls.
  • _dimAttrIndex
    Type: int
    The control index that is associated with the dimension attribute row.
  • _allowEdit
    Type: boolean
    A Boolean value that indicates whether the controls can be edited.
  • _label
    Type: str
    The label that is used to identify the column of check box controls.

See Also

Reference

DimensionDefaultingControllerBase Class