Attribute | Required | Component Class Methods | Description |
---|
action | false | getAction setAction | Refers to a method that performs navigation processing. The results of this method are used by the navigation system to determine which page to display next. |
actionListener | false | addActionListener removeActionListener | Adds an action listener to the component. This is a method binding that refers to a method on a backing bean that takes an ActionEvent as its argument. |
autoHandleEvents | false | isAutoHandleEvents setAutoHandleEvents | Indicates whether the component assumes responsibility for handling its own events. |
defaultRoot | false | getDefaultRoot setDefaultRoot | The default type of the root item, or top level item. |
id | false | getComponentID setComponentID | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
itemSource | false | getItemSource setItemSource | The source of the item to be bound to the Path component. This can be either an EnterpriseItem bean or an EnterpriseItems bean. |
itemStyle | false | getItemStyle setItemStyle | The style class for items. |
renderer | false | getRendererType setRendererType | Name of the renderer to use if the default renderer is not used. |
repeatDirection | false | getRepeatDirection setRepeatDirection | Indicates whether the path is rendered horizontally or vertically. |
rootItemID | false | getRootItemID setRootItemID | The identifier (ID or CUID) of the root item, or top level item, in the path. |
rootText | false | getRootText setRootText | The text to display for the root item, or top level item, in the Path component. |
selectedItemStyle | false | getSelectedItemStyle setSelectedItemStyle | The style class for the selected item. |
separatorStyle | false | getSeparatorStyle setSeparatorStyle | The style class of the text used to separate items within the path. |
separatorText | false | getSeparatorText setSeparatorText | The text used to separate items within the path. |
showImages | false | getShowImages setShowImages | An instance of the ImagesProps class that determines how images are displayed in the Path component. |
showSelectedItem | false | isShowSelectedItem setShowSelectedItem | Indicates whether to show the selected item in the visual path. |
title | false | getTitle setTitle | The advisory title information about markup elements generated for this component. |