setNeedToDisplayValidationButtonsVertically

public final ACConfiguration.Builder setNeedToDisplayValidationButtonsVertically(Boolean isNeedToDisplayButtonsAtVertical)

Allows you to modify the display of validation buttons on layer 1. By setting the value to true, the buttons will be displayed vertically; in all other cases, the buttons will be displayed horizontally.

Please note, however, that in LANDSCAPE mode, the display remains horizontal.

Return

This is returned to continue customizing your CMP configuration, until you call the build method

Parameters

isNeedToDisplayButtonsAtVertical

The default value is false, the buttons will be display at horizontal. Then if you set this attribute to true, the buttons will be displayed vertically.

See also