Package org.vaadin.miki.markers
Interface HasRequired
-
- All Known Subinterfaces:
WithRequiredMixin<SELF>
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,SuperBigDecimalField,SuperDatePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextArea,SuperTextField
public interface HasRequiredMarker interface for objects that can be required. Whatever that means is left for implementations to decide.- Since:
- 2022-09-09
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRequired()Checks if this object is required.voidsetRequired(boolean required)Sets the new required state.
-