|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.ui.ErrorLabelHandler
public class ErrorLabelHandler
Class defines simple handler for error messages presented on label component
| Constructor Summary | |
|---|---|
ErrorLabelHandler(com.vaadin.ui.Label label)
Creates handler |
|
| Method Summary | |
|---|---|
void |
clearMessage()
Clears error message and causes the label to be invisible |
void |
setMessage(String msgId)
Sets error message and causes the label to be visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorLabelHandler(com.vaadin.ui.Label label)
label - Label on which error messages are presented| Method Detail |
|---|
public void setMessage(String msgId)
msgId - Error message id or message. The message shouldn't contain
any HTML tags or HTML special characterspublic void clearMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||