Package io.jmix.flowui.component
Interface HasRequired
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,Serializable
- All Known Implementing Classes:
CodeEditor
,EntityComboBox
,EntityPicker
,FileStorageUploadField
,FileUploadField
,JmixBigDecimalField
,JmixCheckboxGroup
,JmixComboBox
,JmixEmailField
,JmixIntegerField
,JmixMultiSelectComboBox
,JmixMultiSelectComboBoxPicker
,JmixMultiValuePicker
,JmixNumberField
,JmixPasswordField
,JmixRadioButtonGroup
,JmixSelect
,JmixTextArea
,JmixValuePicker
,JpqlFilter
,PropertyFilter
,SingleFilterComponentBase
,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
-