Attribute | Required | Component Class Methods | Description |
---|
action | false | getAction setAction | A method binding that 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. |
confirmText | false | getConfirmText setConfirmText | The text to display for the new password confirmation label. |
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. |
identity | true | getIdentity setIdentity | The Identity bean that is bound to this component. |
labelAlignment | false | getLabelAlignment setLabelAlignment | The horizontal alignment of all labels. |
newPasswordText | false | getNewPasswordText setNewPasswordText | The text to display for the new password label. |
oldPasswordText | false | getOldPasswordText setOldPasswordText | The text to display for the old password label. |
renderer | false | getRendererType setRendererType | Name of the renderer to use if the default renderer is not used. |
submitButton | false | getSubmitButton setSubmitButton | An instance of the SubmitButtonProps class that specifies the properties of the submit button. |
title | false | getTitle setTitle | The advisory title information about markup elements generated for this component. |