Package com.vaadin.client.ui
Interface HasErrorIndicatorElement
-
- All Known Implementing Classes:
Slot,VButton,VCaption,VCheckBox,VColorPicker,VFormLayout.ErrorFlag,VLink,VNativeButton,VPanel,VTabsheet.TabCaption
public interface HasErrorIndicatorElementImplemented by widgets supporting an error indicator.- Since:
- 8.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.ElementgetErrorIndicatorElement()Gets the error indicator element.voidsetErrorIndicatorElementVisible(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-trueto show the error indicator element,falseto hide it
-
-