|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.SystemProps
Contains properties for specifying system input information used when logging on to Crystal Enterprise with the Logon
component.
Constructor Summary | |
SystemProps()
|
Method Summary | |
java.lang.String |
getText()
Gets the text to display for the Crystal Enterprise system label. |
boolean |
isReadOnly()
Returns a value that indicates whether the Crystal Enterprise system input is readonly. |
boolean |
isVisible()
Returns a value that indicates whether the Crystal Enterprise system input is visible. |
void |
setReadOnly(boolean readOnly)
Sets a value that indicates whether the Crystal Enterprise system input is readonly. |
void |
setText(java.lang.String text)
Sets the text to display for the Crystal Enterprise system label. |
void |
setVisible(boolean visible)
Sets a value that indicates whether the Crystal 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 Crystal Enterprise system input is visible.
true
if Crystal Enterprise system input is visible, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether the Crystal Enterprise system input is visible.
visible
- true
to make Crystal Enterprise system input visible, otherwise, false
.public boolean isReadOnly()
Returns a value that indicates whether the Crystal 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 Crystal Enterprise system input is readonly.
public java.lang.String getText()
Gets the text to display for the Crystal Enterprise system label.
String
that specifies the text to display for the Crystal Enterprise system label.public void setText(java.lang.String text)
Sets the text to display for the Crystal Enterprise system label.
text
- A String
that specifies the text to display for the Crystal Enterprise system label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |