| Attributes |
| Name | Required | Request-time | Type | Description |
| cssClass | false | true | java.lang.String | A CSS class for styling the component. |
| data | false | true | java.lang.String | No Description |
| direction | false | true | java.lang.String | A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is left. Possible values are up, down, left or right. |
| disabled | false | true | boolean | Whether to disable the icon menu. |
| extended | false | true | boolean | Whether to extend the icon menu trigger by wrapping it in a button. The default value is true. |
| icon | false | true | java.lang.String | The location of an image file to use in the icon. |
| id | false | true | java.lang.String | An ID for the component instance. |
| localizeMessage | false | true | boolean | Whether to translate the message to the user's language. The default value is true. |
| markupView | false | true | java.lang.String | No Description |
| maxDisplayItems | false | true | int | The number of items to show in the icon menu before scrolling. The default value is 15. |
| message | false | true | java.lang.String | Text to display next to the icon menu trigger. The default value is actions. |
| scroll | false | true | boolean | No Description |
| select | false | true | boolean | Whether to add the select CSS class to the icon menu. If set to true, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is false. |
| showArrow | false | true | boolean | Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true. |
| showExpanded | false | true | boolean | Whether to extend the icon menu by default. The default value is false. |
| showWhenSingleIcon | false | true | boolean | Whether to show the icon menu when there is only one icon. The default value is false. |
| triggerCssClass | false | true | java.lang.String | A CSS class for styling the trigger for the icon menu. The default value is btn btn-default. |
| useIconCaret | false | true | boolean | Whether the icon menu drop-down caret points to the direction set by the direction attribute. |