Command Button Pre Layout Info
data class CommandButtonPreLayoutInfo(commandButtonKind: CommandButtonKind, showIcon: Boolean, texts: List<String>, extraTexts: List<String>, isTextInActionArea: Boolean, separatorOrientation: CommandButtonLayoutManager.CommandButtonSeparatorOrientation?, showPopupIcon: Boolean)
Content copied to clipboard
Pre-layout information on different visual parts of a single command button.
Parameters
command Button Kind
Layout kind
texts
Command button texts (one per each line)
extra Texts
Command button extra texts (one per each line)
is Text In Action Area
Indication whether the command button text (texts in .texts) belongs in the action area.
separator Orientation
Separator orientation
show Popup Icon
Indicates whether this button shows the popup icon
Constructors
Link copied to clipboard
fun CommandButtonPreLayoutInfo(commandButtonKind: CommandButtonKind, showIcon: Boolean, texts: List<String>, extraTexts: List<String>, isTextInActionArea: Boolean, separatorOrientation: CommandButtonLayoutManager.CommandButtonSeparatorOrientation?, showPopupIcon: Boolean)
Content copied to clipboard
Properties
Link copied to clipboard
val separatorOrientation: CommandButtonLayoutManager.CommandButtonSeparatorOrientation?
Content copied to clipboard