Package com.vaadin.client.ui
Interface HasRequiredIndicator
-
- All Superinterfaces:
ComponentConnector,Connector,HasWidget,Serializable,ServerConnector
- All Known Implementing Classes:
AbstractDateFieldConnector,AbstractFieldConnector,AbstractFocusableListingConnector,AbstractInlineDateFieldConnector,AbstractListingConnector,AbstractMultiSelectConnector,AbstractSingleSelectConnector,AbstractTextFieldConnector,AbstractTextualDateConnector,CheckBoxConnector,CheckBoxGroupConnector,ComboBoxConnector,CustomFieldConnector,DateFieldConnector,DateTimeFieldConnector,GridConnector,InlineDateFieldConnector,InlineDateTimeFieldConnector,ListSelectConnector,NativeSelectConnector,PasswordFieldConnector,PopupDateFieldConnector,PopupDateTimeFieldConnector,ProgressBarConnector,RadioButtonGroupConnector,RichTextAreaConnector,SliderConnector,TextAreaConnector,TextFieldConnector,TextualDateConnector,TreeGridConnector,TwinColSelectConnector
public interface HasRequiredIndicator extends ComponentConnector
Implemented by connectors supporting a required flag.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRequiredIndicatorVisible()Checks if a required indicator should be shown for the given connector.-
Methods inherited from interface com.vaadin.client.ComponentConnector
delegateCaptionHandling, flush, getLayoutManager, getState, getTooltipInfo, hasTooltip, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled
-
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
-
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledState
-
-