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. |
authentication | false | getAuthentication setAuthentication | An instance of the AuthenticationProps class that determines how the authentication input field is displayed in the Logon component. |
autoHandleEvents | false | isAutoHandleEvents setAutoHandleEvents | Indicates whether the component assumes responsibility for handling its own events. |
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 the Logon component. |
labelAlignment | false | getLabelAlignment setLabelAlignment | The horizontal alignment of all labels. |
logoffButton | false | getLogoffButton setLogoffButton | An instance of the SubmitButtonProps class, which specifies the attributes of the logoff button, including optional button attributes. |
logonButton | false | getLogonButton setLogonButton | An instance of the SubmitButtonProps class, which specifies the attributes of the logon button, including optional button attributes. |
passwordText | false | getPasswordText setPasswordText | The text to display for the password input label. |
renderer | false | getRendererType setRendererType | Name of the renderer to use if the default renderer is not used. |
system | false | getSystem setSystem | An instance of the SystemProps class that determines how to display the Crystal Enterprise system input field in the Logon component. |
title | false | getTitle setTitle | The advisory title information about markup elements generated for this component. |
userNameText | false | getUserNameText setUserNameText | The text to display for the user name input label. |