public interface IErrorOutputElement
ErrorLabel| Modifier and Type | Method and Description |
|---|---|
void |
appendErrorMessage(com.google.gwt.user.client.ui.HasValue<?> producer,
String errorMessageToAppend)
Appends a new error message.
|
void |
clearErrorMessage()
Clears all error messages of the specified component.
|
void appendErrorMessage(com.google.gwt.user.client.ui.HasValue<?> producer,
String errorMessageToAppend)
producer - the component which is producing this message.errorMessageToAppend - the message to appendvoid clearErrorMessage()
Copyright © 2011–2015 SWM. All rights reserved.