Uses of Enum Class
io.mateu.dtos.SpacingVariantDto
-
Uses of SpacingVariantDto in io.mateu.dtos
Methods in io.mateu.dtos that return SpacingVariantDtoModifier and TypeMethodDescriptionHorizontalLayoutDto.spacingVariant()Returns the value of thespacingVariantrecord component.VerticalLayoutDto.spacingVariant()Returns the value of thespacingVariantrecord component.static SpacingVariantDtoReturns the enum constant of this class with the specified name.static SpacingVariantDto[]SpacingVariantDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type SpacingVariantDtoModifierConstructorDescriptionHorizontalLayoutDto(boolean spacing, boolean padding, boolean margin, SpacingVariantDto spacingVariant, VerticalAlignmentDto verticalAlignment, JustificationDto justification, boolean wrap, List<Integer> flexGrows, boolean fullWidth, String style) Creates an instance of aHorizontalLayoutDtorecord class.VerticalLayoutDto(boolean spacing, boolean padding, boolean margin, SpacingVariantDto spacingVariant, HorizontalAlignmentDto horizontalAlignment, JustificationDto justification, boolean wrap, List<Integer> flexGrows, boolean fullWidth, String style) Creates an instance of aVerticalLayoutDtorecord class.