|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.SystemProps
Contains properties for specifying system input information used when logging on to BusinessObjects Enterprise with the Logon
component.
Constructor Summary | |
SystemProps()
|
Method Summary | |
java.lang.String |
getText()
Gets the text to display for the BusinessObjects Enterprise system label. |
boolean |
isReadOnly()
Returns a value that indicates whether the BusinessObjects Enterprise system input is readonly. |
boolean |
isVisible()
Returns a value that indicates whether the BusinessObjects Enterprise system input is visible. |
void |
setReadOnly(boolean readOnly)
Sets a value that indicates whether the BusinessObjects Enterprise system input is readonly. |
void |
setText(java.lang.String text)
Sets the text to display for the BusinessObjects Enterprise system label. |
void |
setVisible(boolean visible)
Sets a value that indicates whether the BusinessObjects Enterprise system input is visible. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemProps()
Method Detail |
public boolean isVisible()
Returns a value that indicates whether the BusinessObjects Enterprise system input is visible.
true
if BusinessObjects Enterprise system input is visible, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether the BusinessObjects Enterprise system input is visible.
visible
- true
to make BusinessObjects Enterprise system input visible, otherwise, false
.public boolean isReadOnly()
Returns a value that indicates whether the BusinessObjects Enterprise system input is readonly.
true
if the system input is readonly, otherwise, false
.public void setReadOnly(boolean readOnly)
Sets a value that indicates whether the BusinessObjects Enterprise system input is readonly.
public java.lang.String getText()
Gets the text to display for the BusinessObjects Enterprise system label.
String
that specifies the text to display for the BusinessObjects Enterprise system label.public void setText(java.lang.String text)
Sets the text to display for the BusinessObjects Enterprise system label.
text
- A String
that specifies the text to display for the BusinessObjects Enterprise system label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |