Share via


DimensionDefaultingControllerBase.addEditControls Method [AX 2012]

Adds the appropriate edit controls to each dimension attribute line in the correct order.

Syntax

private void addEditControls(
    FieldId _enumType, 
    boolean _valuesAppearLast, 
    boolean _showValues, 
    boolean _allowEdit, 
    DimensionAttribute _dimAttr)

Run On

Called

Parameters

  • _valuesAppearLast
    Type: boolean
    A Boolean value that indicates whether the value column appears before the combo box column.
  • _showValues
    Type: boolean
    A Boolean value that indicates whether to display the values.
  • _allowEdit
    Type: boolean
    A Boolean value that indicates whether the controls can be edited.

See Also

Reference

DimensionDefaultingControllerBase Class