| Attributes |
| Name | Required | Request-time | Type | Description |
| cssClass | false | true | java.lang.String | Sets a CSS class for styling this component. |
| direction | false | true | java.lang.String | Sets the position the icon menu dialog pops up in relation to the trigger. The default direction is left. Possible values are up, down, left or right. |
| disabled | false | true | boolean | Sets whether to disable the icon menu. |
| extended | false | true | boolean | Sets whether to extend the icon menu trigger by wrapping it in a button. The default value is true. |
| icon | false | true | java.lang.String | No Description |
| id | false | true | java.lang.String | Identifies the component instance. |
| localizeMessage | false | true | boolean | Sets whether to translate the message to the user's language. The default value is true. |
| maxDisplayItems | false | true | int | Sets the number of items shown in the icon menu before scrolling. The default value is 15. |
| message | false | true | java.lang.String | Sets the text to be displayed next to the icon menu trigger. The default value is actions. |
| select | false | true | boolean | No Description |
| showExpanded | false | true | boolean | Sets whether to extend the icon menu by default. The default value is false. |
| showArrow | false | true | boolean | Sets whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true. |
| showWhenSingleIcon | false | true | boolean | Sets whether to show the icon menu when there is only one icon. The default value is false. |
| triggerCssClass | false | true | java.lang.String | Sets a CSS class for styling the trigger for the icon menu. The default value is btn btn-default. |
| useIconCaret | false | true | boolean | Sets whether the icon menu drop-down caret points to the direction set by the direction attribute. |