We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Interface HasErrorIndicatorElement
-
All Known Implementing Classes:
Slot
,VButton
,VCaption
,VCheckBox
,VColorPicker
,VFormLayout.ErrorFlag
,VLink
,VNativeButton
,VPanel
,VTabsheet.TabCaption
public interface HasErrorIndicatorElement
Implemented by widgets supporting an error indicator.
Since:
8.2
-
-
Method Summary
All Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getErrorIndicatorElement
com.google.gwt.dom.client.Element getErrorIndicatorElement()
Gets the error indicator element.
Returns:
the error indicator element
-
setErrorIndicatorElementVisible
void setErrorIndicatorElementVisible(boolean visible)
Sets the visibility of the error indicator element.
Parameters:
visible
-true
to show the error indicator element,false
to hide it
-
-