Attributes |
Name | Required | Request-time | Type | Description |
ariaLabel | false | true | java.lang.String | A name for the navigation component for assistive technologies to interpret. |
ariaRole | false | true | java.lang.String | A role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p> tag could be used for something other than a paragraph. |
collapsible | false | true | boolean | No Description |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
icon | false | true | java.lang.String | No Description |
id | false | true | java.lang.String | An ID for the component instance. |
searchContainer | false | true | com.liferay.portal.kernel.dao.search.SearchContainer | A search container for the navigation component to use. |
useNamespace | false | true | boolean | Whether to use the default portlet namespace, to avoid name conflicts. The default value is true . |