com.businessobjects.jsf.sdk.properties
Class AuthenticationProps

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.AuthenticationProps
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationProps
extends java.lang.Object
implements java.io.Serializable

Contains authentication input information in the Logon component.

See Also:
Serialized Form

Constructor Summary
AuthenticationProps()
           
 
Method Summary
 java.lang.String getText()
           Gets the text to display for the authentication label.
 boolean isVisible()
           Returns a value that indicates whether the authentication label and drop-down list are visible.
 void setText(java.lang.String text)
           Sets the text to display for the authentication label.
 void setVisible(boolean visible)
           Sets a value that indicates whether the authentication label and drop-down list are visible.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationProps

public AuthenticationProps()
Method Detail

isVisible

public boolean isVisible()

Returns a value that indicates whether the authentication label and drop-down list are visible.

Returns:
true if the authentication label and drop-down list are visible, otherwise, false.

setVisible

public void setVisible(boolean visible)

Sets a value that indicates whether the authentication label and drop-down list are visible.

Parameters:
visible - true to make the authentication label and drop-down list visible, otherwise, false.

getText

public java.lang.String getText()

Gets the text to display for the authentication label.

Returns:
A String that represents the text to display for the authentication label.

setText

public void setText(java.lang.String text)

Sets the text to display for the authentication label.

Parameters:
text - A String that represents the text to display for the authentication label.