Package io.jmix.flowui.component
Interface HasRequired
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,Serializable
- All Known Implementing Classes:
EntityComboBox
,EntityPicker
,JmixBigDecimalField
,JmixCheckboxGroup
,JmixComboBox
,JmixEmailField
,JmixIntegerField
,JmixNumberField
,JmixPasswordField
,JmixRadioButtonGroup
,JmixSelect
,JmixTextArea
,JmixValuePicker
,JmixValuesPicker
,TypedDatePicker
,TypedDateTimePicker
,TypedTextField
,TypedTimePicker
public interface HasRequired
extends com.vaadin.flow.component.HasElement
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
default void
setRequired
(boolean required) void
setRequiredMessage
(String requiredMessage) Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Field Details
-
PROPERTY_REQUIRED
- See Also:
-
-
Method Details
-
isRequired
default boolean isRequired() -
setRequired
default void setRequired(boolean required) -
getRequiredMessage
-
setRequiredMessage
-