Tag definitions

The Logon component consists of a single JSF component tag called logon.

Tag class:

com.businessobjects.jsf.sdk.taglib.LogonTag

Component class:

com.businessobjects.jsf.sdk.components.UILogon

Example syntax

<boe:logon identity="#{identity}" id="form1"></boe:logon>

Tag attributes (logon)

The Component Class Methods column indicates the underlying set of methods that are members of the component class and govern the behavior of the attribute defined in the tag. For more information on these methods, see the JavaServer Faces Components for BusinessObjects Enterprise Java API Reference.

AttributeRequiredComponent Class MethodsDescription

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 BusinessObjects 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.



Business Objects
http://www.businessobjects.com/
Support services
http://www.businessobjects.com/services/support/