public interface HasErrorIndicatorElement
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Element |
getErrorIndicatorElement()
Gets the error indicator element.
|
void |
setErrorIndicatorElementVisible(boolean visible)
Sets the visibility of the error indicator element.
|
com.google.gwt.dom.client.Element getErrorIndicatorElement()
void setErrorIndicatorElementVisible(boolean visible)
visible - true to show the error indicator element,
false to hide itCopyright © 2018 Vaadin Ltd. All rights reserved.