|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.AuthenticationProps
Contains authentication input information in the Logon
component.
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 |
public AuthenticationProps()
Method Detail |
public boolean isVisible()
Returns a value that indicates whether the authentication label and drop-down list are visible.
true
if the authentication label and drop-down list are visible, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether the authentication label and drop-down list are visible.
visible
- true
to make the authentication label and drop-down list visible, otherwise, false
.public java.lang.String getText()
Gets the text to display for the authentication label.
String
that represents the text to display for the authentication label.public void setText(java.lang.String text)
Sets the text to display for the authentication label.
text
- A String
that represents the text to display for the authentication label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |