|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ErrorVisualBean interface is implemented by any visual bean that shows error messages in a SpPanel.
Method Summary | |
---|---|
java.lang.String[] |
getListText()
Returns the list of errors text string that the Visual Bean is Showing. |
java.lang.String |
getText()
Returns the first error text string that the Visual Bean is Showing. |
void |
setListText(java.lang.String[] text)
Defines the several lines (errors) of text this component will display. |
void |
setText(java.lang.String text)
Defines the single line (error) of text this component will display. |
Method Detail |
public java.lang.String[] getListText()
public java.lang.String getText()
public void setListText(java.lang.String[] text)
text
- String[], the new value for the several lines (errors) of textpublic void setText(java.lang.String text)
text
- String, the new value for the single line (error) of text
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |